Author: bdubbs
Date: 2008-10-05 13:37:58 -0600 (Sun, 05 Oct 2008)
New Revision: 8573

Modified:
   trunk/BOOK/Makefile
Log:
Touch up validate Makefile rule.

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2008-10-05 19:26:36 UTC (rev 8572)
+++ trunk/BOOK/Makefile 2008-10-05 19:37:58 UTC (rev 8573)
@@ -107,11 +107,8 @@
        $(Q)xsltproc --output $(DUMPDIR)/ \
           stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
 
-validate:
-       @echo "Processing bootscripts..."
-       $(Q)bash process-scripts.sh $(RENDERTMP)
-       @echo "Validating the book..."
-       $(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
+validate: validxml
+       @echo "Validation complete."
 
 all: lfs nochunks pdf dump-commands
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to