Changeset 0929ec5 for Makefile


Ignore:
Timestamp:
04/06/2021 09:14:24 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
6cc8775
Parents:
61385ca (diff), 6b505da (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:

Merge branch 'trunk' into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r61385ca r0929ec5  
    133133        $(Q)rm -f $(RENDERTMP)/*pdf.fo
    134134
    135 validate: tmpdir
     135validate: tmpdir version
    136136        @echo "Processing bootscripts..."
    137137        $(Q)bash process-scripts.sh
     
    203203       $(BASEDIR)/md5sums
    204204
     205version:
     206        $(Q)./git-version.sh
     207
    205208#dump-commands: validate
    206209#       @echo "Dumping book commands..."
     
    220223all: book nochunks pdf # dump-commands
    221224
    222 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list
    223 
     225.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
     226
Note: See TracChangeset for help on using the changeset viewer.