mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Makefile: reinstate the dump-commands target
This commit is contained in:
parent
99260fe3c9
commit
cdc605303b
23
Makefile
23
Makefile
@ -26,7 +26,7 @@ ifeq ($(REV), sysv)
|
|||||||
BASEDIR ?= ~/lfs-book
|
BASEDIR ?= ~/lfs-book
|
||||||
PDF_OUTPUT ?= LFS-BOOK.pdf
|
PDF_OUTPUT ?= LFS-BOOK.pdf
|
||||||
NOCHUNKS_OUTPUT ?= LFS-BOOK.html
|
NOCHUNKS_OUTPUT ?= LFS-BOOK.html
|
||||||
DUMPDIR ?= ~/cross-lfs-commands
|
DUMPDIR ?= ~/lfs-commands
|
||||||
else
|
else
|
||||||
BASEDIR ?= ~/lfs-systemd
|
BASEDIR ?= ~/lfs-systemd
|
||||||
PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
|
PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
|
||||||
@ -197,22 +197,17 @@ $(BASEDIR)/md5sums: stylesheets/wget-list.xsl chapter03/chapter03.xml \
|
|||||||
version:
|
version:
|
||||||
$(Q)./git-version.sh $(REV)
|
$(Q)./git-version.sh $(REV)
|
||||||
|
|
||||||
#dump-commands: validate
|
dump-commands: validate
|
||||||
# @echo "Dumping book commands..."
|
@echo "Dumping book commands..."
|
||||||
# $(Q)xsltproc --nonet \
|
|
||||||
# --output $(RENDERTMP)/lfs-html.xml \
|
|
||||||
# --stringparam profile.revision $(REV) \
|
|
||||||
# stylesheets/lfs-xsl/profile.xsl \
|
|
||||||
# $(RENDERTMP)/lfs-full.xml
|
|
||||||
|
|
||||||
# $(Q)rm -rf $(DUMPDIR)
|
$(Q)rm -rf $(DUMPDIR)
|
||||||
|
|
||||||
# $(Q)xsltproc --output $(DUMPDIR)/ \
|
$(Q)xsltproc --output $(DUMPDIR)/ \
|
||||||
# stylesheets/dump-commands.xsl \
|
stylesheets/dump-commands.xsl \
|
||||||
# $(RENDERTMP)/lfs-html.xml
|
$(RENDERTMP)/lfs-full.xml
|
||||||
# @echo "Dumping book commands complete in $(DUMPDIR)"
|
@echo "Dumping book commands complete in $(DUMPDIR)"
|
||||||
|
|
||||||
all: book nochunks pdf # dump-commands
|
all: book nochunks pdf dump-commands
|
||||||
|
|
||||||
.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
|
.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user