Ticket #28393: validate-simplify.patch
File validate-simplify.patch, 629 bytes (added by l2g@…, 14 years ago) |
---|
-
doc-new/Makefile
old new 112 112 $(RM) -f guide.tmp.xml 113 113 114 114 # Validate the XML files for the guide. 115 # These two steps are necessary as otherwise xmllint complains about missing116 # ids.117 115 validate: 118 $(XMLLINT) --xinclude $(GUIDE_SRC)/guide.xml > guide.tmp.xml 119 $(XMLLINT) --loaddtd --valid --noout guide.tmp.xml 116 $(XMLLINT) --xinclude --loaddtd --postvalid --noout $(GUIDE_SRC)/guide.xml