summaryrefslogtreecommitdiff
path: root/Build/cdbuild/Makefile
blob: 24002004f416e007dbcce8ca35302e2ba5421517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image:
	(cd /home/rahtz/texlive;mkhybrid -J -T -r -v \
	-m i686-linux \
	-m cdbuild  \
	-o /home/ftp/pub/texlive.iso .  >/home/rahtz/texlive.log)

tar:
	(cd /home/rahtz/texlive; tar zcf /home/ftp/pub/texlive4.tar.gz .)
	

sizes:
	(bash make-system-sizes > systems.sizes \
	bash make-package-sizes > packages.sizes \
	perl summary.pl < packages.sizes > summary.sizes )