Author: manuel
Date: 2007-07-07 14:19:17 -0600 (Sat, 07 Jul 2007)
New Revision: 6854

Modified:
   trunk/BOOK/Makefile
Log:
Fixed removal of blfs-pdf.fo.

Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2007-07-07 16:42:55 UTC (rev 6853)
+++ trunk/BOOK/Makefile 2007-07-07 20:19:17 UTC (rev 6854)
@@ -76,9 +76,10 @@
          $(BASEDIR)/$(NOCHUNKS_OUTPUT)
 
 tmpdir:
-       @echo "Creating and cleaning $(RENDERTMP)
+       @echo "Creating and cleaning $(RENDERTMP)"
        $(Q)[ -d $(RENDERTMP) ] || mkdir -p $(RENDERTMP)
-       $(Q)rm -f $(RENDERTMP)/blfs-{full,html,pdf,fo,}.xml
+       $(Q)rm -f $(RENDERTMP)/blfs-{full,html,pdf}.xml
+       $(Q)rm -f $(RENDERTMP)/blfs-pdf.fo
        $(Q)rm -f $(RENDERTMP)/blfs-{patch-list,patches}
 
 validxml: tmpdir
@@ -143,4 +144,4 @@
 world: all blfs-patch-list dump-commands wget-list test-links
 
 .PHONY : all blfs blfs-patch-list dump-commands nochunks pdf profile-html \
-        test-links validate validxml wget-list world
+        test-links tmpdir validate validxml wget-list world

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

Reply via email to