[svn] r2271@freebird: fabien | 2006-01-31 16:00:26 -0500 nargir
authorfabien
Fri, 03 Feb 2006 16:28:17 -0500
branchnargir
changeset 6 532b88923cc6
parent 5 d4732a6075e5
child 7 18e2dc6f4cdb
[svn] r2271@freebird: fabien | 2006-01-31 16:00:26 -0500 Some corrections on the validate target.
Makefile
--- a/Makefile	Fri Feb 03 16:27:35 2006 -0500
+++ b/Makefile	Fri Feb 03 16:28:17 2006 -0500
@@ -11,7 +11,7 @@
 SGML_CATALOG_FILES=/etc/sgml/catalog
 OUTPUT=$(addprefix $(PACKAGE),.html .pdf .txt) $(PACKAGE)
 INSTALL_DIR=$(TOP)/install
-xml_validate=xmllint --xinclude --postvalid --noout $(1)
+xml_validate=xmllint --xinclude --valid --noout $(1)
 html_validate=true
 
 all: $(OUTPUT)