diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-14 17:06:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-14 17:06:34 +0000 |
commit | 122f6092f44728c5308a3efb16830e6f1f255bc1 (patch) | |
tree | b8be7c2ce6e67686f1ef5ca110b085d6b64bde1f /Build | |
parent | fa6b5eddacadba68e0ea025dbbe1ed578f4ef838 (diff) |
symlink ppower4, merge in bin-ppower4 package
git-svn-id: svn://tug.org/texlive/trunk@6968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tetex/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/texk/texlive/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 2 | ||||
-rwxr-xr-x | Build/source/texk/texlive/ppower4 | 27 |
5 files changed, 10 insertions, 28 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index a602b221433..ffcb8036d24 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,5 +1,7 @@ 2008-03-14 Karl Berry <karl@tug.org> + * Makefile.in (LINKEDSCRIPTS): add ppower4, no longer in tetex. + * fmtutil: check for infinite loops. From Stepan Kasal, http://bugzilla.redhat.com/show_bug.cgi?id=437008. diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 0fb40c5d8f1..8d01d5623b3 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -25,6 +25,7 @@ LINKEDSCRIPTS = \ texmf/scripts/tetex/e2pall.pl \ texmf/scripts/tetex/texdoctk.pl \ texmf-dist/scripts/glossaries/makeglossaries \ + texmf-dist/scripts/ppower4/ppower4 \ texmf-dist/scripts/perltex/perltex.pl \ texmf-dist/scripts/texcount/TeXcount.pl \ texmf-dist/scripts/thumbpdf/thumbpdf.pl \ diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog index 13816cbd6f1..9d0b3319504 100644 --- a/Build/source/texk/texlive/ChangeLog +++ b/Build/source/texk/texlive/ChangeLog @@ -1,3 +1,9 @@ +2008-03-14 Karl Berry <karl@tug.org> + + * ppower4: remove. + * Makefile: don't install it. (Symlink installed in + tetex/Makefile.in instead.) + 2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.in: added AC_CONFIG_HEADERS (moved diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in index 5c487a2cfad..94e062f020c 100644 --- a/Build/source/texk/texlive/Makefile.in +++ b/Build/source/texk/texlive/Makefile.in @@ -8,7 +8,7 @@ kpse_include ../make/programs.mk LIVESCRIPTS = simpdftex \ ebong getnonfreefonts giftopng \ - pdfthumb ppower4 wordcount.sh \ + pdfthumb wordcount.sh \ texlua-perl-runner TEXLUARUNNERS = generate-updmap generate-language generate-fmtutil diff --git a/Build/source/texk/texlive/ppower4 b/Build/source/texk/texlive/ppower4 deleted file mode 100755 index 77b9f61337f..00000000000 --- a/Build/source/texk/texlive/ppower4 +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# PPower4 shell script file last update: 30oct05 (tl2005) -# -# minimal usage: -# ppower4 input.pdf output.pdf -# -# Note: input.pdf and output.pdf must be different. -# -# It is assumed that you have at least Java 1.2.x installed -# and can call it with the command java. Otherwise specify the -# path for your Java runtime system. -# -# Modify this script such that jarfile contains the full path -# of the pp4p.jar file. -# -# jarfile=/common/Java/lib/ppower4/pp4p.jar -# -# If you use a web2c distribution, you can place pp4p.jar -# e.g. into the directory texmf/java/ppower4, run mktexlsr, -# comment the assignment above and uncomment the assignment below. -# Thanks to Reinhard Kotucha for contributing this suggestion. -# -jarfile=`kpsewhich -format=texmfscripts pp4p.jar` -# -# -java -jar ${jarfile} "$@" |