[78105] trunk/doc-new/Makefile

l2g at macports.org l2g at macports.org
Sat Apr 23 12:01:10 PDT 2011


Revision: 78105
          http://trac.macports.org/changeset/78105
Author:   l2g at macports.org
Date:     2011-04-23 12:01:10 -0700 (Sat, 23 Apr 2011)
Log Message:
-----------
Makefile: simplify "validate" target a little (#28393)

Modified Paths:
--------------
    trunk/doc-new/Makefile

Modified: trunk/doc-new/Makefile
===================================================================
--- trunk/doc-new/Makefile	2011-04-23 18:59:22 UTC (rev 78104)
+++ trunk/doc-new/Makefile	2011-04-23 19:01:10 UTC (rev 78105)
@@ -112,8 +112,5 @@
 	$(RM) -f  guide.tmp.xml
 
 # Validate the XML files for the guide.
-# These two steps are necessary as otherwise xmllint complains about missing
-# ids.
 validate:
-	$(XMLLINT) --xinclude $(GUIDE_SRC)/guide.xml > guide.tmp.xml
-	$(XMLLINT) --loaddtd --valid --noout guide.tmp.xml
+	$(XMLLINT) --xinclude --loaddtd --postvalid --noout $(GUIDE_SRC)/guide.xml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110423/a3844e3b/attachment.html>


More information about the macports-changes mailing list