diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-03 21:20:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-03 21:20:58 +0000 |
commit | ca8e7952995a9cab3715b14da28eeefd102a81fb (patch) | |
tree | dc7bbaaeb201c8569a30e27baabf4c697515297c /Build/cdbuild | |
parent | 20078489145780fcb09d39c8eb45649ad55d0d7b (diff) |
ancient history
git-svn-id: svn://tug.org/texlive/trunk@4110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rw-r--r-- | Build/cdbuild/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/cdbuild/Makefile b/Build/cdbuild/Makefile deleted file mode 100644 index 24002004f41..00000000000 --- a/Build/cdbuild/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -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 ) |