Author: manuel
Date: 2006-12-04 03:08:02 -0700 (Mon, 04 Dec 2006)
New Revision: 7880

Modified:
   trunk/BOOK/Makefile
Log:
Some fixes to the wget-list target.

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2006-12-04 04:53:49 UTC (rev 7879)
+++ trunk/BOOK/Makefile 2006-12-04 10:08:02 UTC (rev 7880)
@@ -32,11 +32,12 @@
          sh obfuscate.sh $$filename; \
          sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]" 
$$filename; \
        done;
-       
+
        $(MAKE) wget-list
 
 wget-list:
-       xsltproc --xinclude --nonet stylesheets/wget-list.xsl index.xml > 
$(BASEDIR)/wget-list
+       mkdir -p $(BASEDIR)
+       xsltproc --xinclude --nonet stylesheets/wget-list.xsl 
chapter03/chapter03.xml > $(BASEDIR)/wget-list
 
 # Uncomment this for testing and stable versions
 #pdf:

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