Fixed removal of blfs-pdf.fo.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6854 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2007-07-07 20:19:17 +00:00
parent 2182f2c626
commit b2d6e572b1

View File

@ -76,9 +76,10 @@ nochunks: validxml profile-html
$(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 @@ all: blfs nochunks pdf
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