diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexpand/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/support/latexpand/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/Makefile b/Master/texmf-dist/doc/support/latexpand/Makefile index b0715a74dfb..0b8b24c2914 100644 --- a/Master/texmf-dist/doc/support/latexpand/Makefile +++ b/Master/texmf-dist/doc/support/latexpand/Makefile @@ -1,11 +1,13 @@ all: latexpand.zip README: latexpand - ./latexpand --help > README + pod2text latexpand > README -.PHONY: latexpand.zip -latexpand.zip: README +.PHONY: all force +latexpand.zip: README force -$(RM) $@ @echo "latexpand version $$(git rev-parse HEAD).\n\ -Commited on $$(git show HEAD --pretty=format:'%cd')." > version.txt +Commited on $$(git show -s HEAD --pretty=format:'%cd')." > version.txt zip $@ README version.txt $$(git ls-files | grep -v '\.gitignore') + +force: |