Author: gerard
Date: 2009-01-20 21:21:02 -0700 (Tue, 20 Jan 2009)
New Revision: 8783

Modified:
   trunk/BOOK/Makefile
Log:
process-scripts.sh and make-aux-files.sh don't currently make use of command 
line parameters.

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2009-01-15 07:20:24 UTC (rev 8782)
+++ trunk/BOOK/Makefile 2009-01-21 04:21:02 UTC (rev 8783)
@@ -79,7 +79,7 @@
 
 validxml: tmpdir
        @echo "Processing bootscripts..."
-       $(Q)bash process-scripts.sh $(RENDERTMP)
+       $(Q)bash process-scripts.sh
        @echo "Validating the book..."
        $(Q)xmllint --nonet --noent --xinclude --postvalid \
          -o $(RENDERTMP)/lfs-full.xml index.xml
@@ -88,7 +88,7 @@
 
 maketar:
        @echo "Making tarballs..."
-       $(Q)sh make-aux-files.sh $(RENDERTMP)
+       $(Q)sh make-aux-files.sh
 
 profile-html: validxml
        @echo "Generating profiled XML for XHTML..."

-- 
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