mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
2182f2c626
commit
b2d6e572b1
7
Makefile
7
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user