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/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/Makefile b/Master/texmf-dist/doc/support/latexpand/Makefile
deleted file mode 100644
index 08145b7b103..00000000000
--- a/Master/texmf-dist/doc/support/latexpand/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-all: dist/latexpand.zip
-
-dist/latexpand/README: latexpand
- pod2text latexpand > $@
-
-.PHONY: all force
-dist/latexpand.zip: force
- -$(RM) -r dist/
- mkdir -p dist/latexpand
- @$(MAKE) dist/latexpand/README
- @echo "latexpand version $$(git rev-parse HEAD).\n\
-Commited on $$(git show -s HEAD --pretty=format:'%cd')." > dist/latexpand/version.txt
- git ls-files | grep -v '\.gitignore' | tar -cf - -T - | (cd dist/latexpand/ && tar xf -)
- cd dist && zip -r latexpand.zip latexpand/
-force: