Makefile
branchcontes
changeset 7 201b9e3f08dd
parent 6 f5ce1e175ca6
child 8 e3e4d3d6c637
--- a/Makefile	Thu Jan 26 16:51:42 2006 -0500
+++ b/Makefile	Fri Feb 03 16:28:04 2006 -0500
@@ -27,8 +27,8 @@
 
 #OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))
 OUTPUT=contes.pdf contes/
-xml_validate=xmllint --catalogs --xinclude --postvalid --noout $(1)
-html_validate=true
+xml_validate=xmllint --catalogs --xinclude --valid --noout $(1)
+html_validate=xmllint --valid --noout $(1)
 
 all: $(OUTPUT)