Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcdc6053 r1fdbce2  
    5858         /bin/bash obfuscate.sh $$filename;           \
    5959         sed -e "s@text/html@application/xhtml+xml@g" \
    60              -e "s/\xa9/\©/ "                    \
    6160             -i $$filename;                           \
    6261   done;
     
    210209all: book nochunks pdf dump-commands
    211210
    212 .PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version
    213 
     211dist:
     212        $(Q)DIST=/tmp/LFS-RELEASE ./git-version.sh $(REV)
     213        $(Q)rm -f lfs-$$(</tmp/LFS-RELEASE).tar.xz
     214        $(Q)tar cJf lfs-$$(</tmp/LFS-RELEASE).tar.xz \
     215                $(shell git ls-tree HEAD . --name-only) version.ent \
     216                -C /tmp LFS-RELEASE \
     217                --transform "s,^,lfs-$$(</tmp/LFS-RELEASE)/,"
     218        $(Q)echo "Generated XML tarball lfs-$$(</tmp/LFS-RELEASE).tar.xz"
     219
     220.PHONY : all book dump-commands nochunks pdf profile-html tmpdir validate md5sums wget-list version dist
     221
Note: See TracChangeset for help on using the changeset viewer.