diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-27 23:56:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-27 23:56:17 +0000 |
commit | 577983747d8680b8defbfdd03a9d50bad6fd54b7 (patch) | |
tree | 16b160f53c6c4c309c07db2c5b095d3abb16f69a /Build/cdbuild/Makefile | |
parent | 07fed0169bae91dfb5616f9d19e7969727e19d4d (diff) |
initial Build
git-svn-id: svn://tug.org/texlive/trunk@4 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/Makefile')
-rw-r--r-- | Build/cdbuild/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/cdbuild/Makefile b/Build/cdbuild/Makefile new file mode 100644 index 00000000000..24002004f41 --- /dev/null +++ b/Build/cdbuild/Makefile @@ -0,0 +1,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 ) |