summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pax/Makefile
diff options
context:
space:
mode:
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