diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 8 | ||||
-rwxr-xr-x | Build/source/texk/texlive/altpdftex | 13 |
2 files changed, 1 insertions, 20 deletions
diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index 3ffc23fbc85..37ff74b9674 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -5,11 +5,9 @@ kpse_include ../make/paths.mk kpse_include ../make/common.mk kpse_include ../make/programs.mk -LIVESCRIPTS = altpdftex simpdftex \ +LIVESCRIPTS = simpdftex \ ebong getnonfreefonts giftopng \ pdfthumb perltex pkfix ppower4 vpe -ALTPDFTEXCOPIES = altpdfaleph altpdfamstex altpdfcont-en altpdfcont-nl \ - altpdfetex altpdflambda altpdflatex altpdfomega manpgs = getnonfreefonts getnonfreefonts-sys @@ -32,10 +30,6 @@ install-exec: done rm -f $(scriptdir)/getnonfreefonts-sys ln -s getnonfreefonts $(scriptdir)/getnonfreefonts-sys - for s in $(ALTPDFTEXCOPIES); do \ - rm -f $(scriptdir)/$$s ; \ - ln -s altpdftex $(scriptdir)/$$s; \ - done kpse_include ../make/clean.mk diff --git a/Build/source/texk/texlive/altpdftex b/Build/source/texk/texlive/altpdftex deleted file mode 100755 index 6524cf92f39..00000000000 --- a/Build/source/texk/texlive/altpdftex +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -format=`basename $0|sed 's/altpdf//'` - -echo -echo "This script has been deprecated. Please call" -echo -echo " simpdftex $format $*" -echo -echo "instead." -echo - -exit 1 |