summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pax/Makefile
blob: 944ee43ded61a571103b6f49195b9f5857b9c7d6 (plain)
1
2
3
4
5
6
7
8
9
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