summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pax/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-07 20:32:22 +0000
committerKarl Berry <karl@freefriends.org>2022-06-07 20:32:22 +0000
commitd7224298843441c3e08e6c84a5eb3cd8e93e7c62 (patch)
treef9519802ab424bba0eb192ec25867b81d47f5858 /Master/texmf-dist/source/latex/pax/Makefile
parent1029e9f5a5b1ad7faa4657093c757352e83cb308 (diff)
pax (7jun22)
git-svn-id: svn://tug.org/texlive/trunk@63508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pax/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/pax/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pax/Makefile b/Master/texmf-dist/source/latex/pax/Makefile
new file mode 100644
index 00000000000..944ee43ded6
--- /dev/null
+++ b/Master/texmf-dist/source/latex/pax/Makefile
@@ -0,0 +1,10 @@
+distctan:
+ cd .. && mkdir pax
+ cd .. && rsync -rL `pwd`/* --exclude '.git/' --exclude 'build/' --exclude '*.zip' -L pax/
+ cd ../pax/source && ant distctan
+ rm -rf ../pax/source/build
+ rm -rf ../pax/pax
+ cd .. && zip -r pax-`date +"%Y%m%d"`.zip pax/
+
+clean:
+ cd .. && rm -rf pax