diff options
-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 ) |