summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexpand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexpand/Makefile')
-rw-r--r--Master/texmf-dist/doc/support/latexpand/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/Makefile b/Master/texmf-dist/doc/support/latexpand/Makefile
new file mode 100644
index 00000000000..2f8651ddd06
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexpand/Makefile
@@ -0,0 +1,10 @@
+all: latexpand.zip
+
+README:
+ ./latexpand --help > README
+
+.PHONY: latexpand.zip
+latexpand.zip: README
+ -$(RM) $@
+ @echo "latexpand version $$(git rev-parse HEAD)" > version.txt
+ zip $@ README version.txt $$(git ls-files)