Changeset c093e6b for Makefile


Ignore:
Timestamp:
10/01/2022 10:30:12 PM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3b2f16
Parents:
f29824e (diff), 4349661 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf29824e rc093e6b  
    2727  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2828  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
    29   DUMPDIR         ?= ~/cross-lfs-commands
     29  DUMPDIR         ?= ~/lfs-commands
    3030else
    3131  BASEDIR         ?= ~/lfs-systemd
     
    151151               --noent                      \
    152152               --postvalid                  \
    153                     -o $(RENDERTMP)/lfs-full.xml \
     153               -o $(RENDERTMP)/lfs-full.xml \
    154154               $(RENDERTMP)/lfs-html2.xml
    155155
     
    162162        $(Q)xsltproc --nonet                              \
    163163                --stringparam profile.condition html \
    164                      --output $(RENDERTMP)/lfs-html.xml   \
     164                --output $(RENDERTMP)/lfs-html.xml   \
    165165                stylesheets/lfs-xsl/profile.xsl      \
    166                      $(RENDERTMP)/lfs-full.xml
     166                $(RENDERTMP)/lfs-full.xml
    167167
    168168wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
     
    173173        $(Q)xsltproc --xinclude --nonet            \
    174174                --output $(BASEDIR)/wget-list \
    175                      stylesheets/wget-list.xsl     \
     175                stylesheets/wget-list.xsl     \
    176176                chapter03/chapter03.xml
    177177
     
    213213        $(Q)./git-version.sh $(REV)
    214214
    215 #dump-commands: validate
    216 #       @echo "Dumping book commands..."
    217 #       $(Q)xsltproc --nonet                     \
    218 #      --output $(RENDERTMP)/lfs-html.xml    \
    219 #      --stringparam profile.revision $(REV) \
    220 #      stylesheets/lfs-xsl/profile.xsl       \
    221 #      $(RENDERTMP)/lfs-full.xml
    222 
    223 #       $(Q)rm -rf $(DUMPDIR)
    224 
    225 #       $(Q)xsltproc --output $(DUMPDIR)/          \
    226 #                stylesheets/dump-commands.xsl \
    227 #                $(RENDERTMP)/lfs-html.xml
    228 #       @echo "Dumping book commands complete in $(DUMPDIR)"
    229 
    230 all: book nochunks pdf # dump-commands
     215dump-commands: validate
     216        @echo "Dumping book commands..."
     217
     218        $(Q)rm -rf $(DUMPDIR)
     219
     220        $(Q)xsltproc --output $(DUMPDIR)/          \
     221                stylesheets/dump-commands.xsl \
     222                $(RENDERTMP)/lfs-full.xml
     223        @echo "Dumping book commands complete in $(DUMPDIR)"
     224
     225all: book nochunks pdf dump-commands
    231226
    232227.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
Note: See TracChangeset for help on using the changeset viewer.