julien (Dienstag, 13. Januar 2009, 15:07):
> Hi,
>
> Why these differences :
>
> ~/SVN-po/trunk> make validate
> test -s log/en-xmllint.log && cat log/en-xmllint.log
> No errors.
Hmm, you should never see the first line, unless you
make validate VERBOSE=2
Probably you forgot to re-run autogen.sh.
> ~/SVN-po/trunk> make -f Makefile.GNU validate
> *** Validating XML (en) ...
> No errors.
>
> What is the right way to validate?
"make validate" or "make validate-fr" should work the the same way for
both Makefile and Makefile.GNU.
You will see the message "*** Validating XML (en) ..." if xmllint is
really validating. The result is saved to "log/en-xmllint.log", which
is displayd on the screen. When you re-run "make validate" without any
changes to the source files, the logfile will be printed to screen
without invoking xmllint (and without the "Validating" message).
Ulf
_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs