diff options
author | Norbert Preining <preining@logic.at> | 2008-05-11 08:55:03 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-11 08:55:03 +0000 |
commit | 915f77ef655e9dbabb07d4dc6d7247fee858ae31 (patch) | |
tree | 9a6f54d737b997830e82882cc53638c5d0477b5f /Build/source | |
parent | 405545fad19e5ba4950223e292f7a435178dbed2 (diff) |
do not install texdoc(.man) from tetex, we will use the texlua version from Frank
git-svn-id: svn://tug.org/texlive/trunk@8039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/tetex/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index 1739599864e..52180a035a1 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,3 +1,8 @@ +2008-05-11 Norbert Preining <preining@logic.at> + + * Makefile.in: do not install texdoc(.man) since we will use the + texlua version from Frank (to be found in ../texlive) + 2008-05-08 Norbert Preining <preining@logic.at> * updmap, tcfmgr: quote various calls containing env variables diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 6a15c3b7832..ed2812e946a 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -12,7 +12,7 @@ man5dir = $(mandir)/man5 SCRIPTS = \ allcm allneeded dvi2fax dvired fmtutil fmtutil-sys fontinst \ kpsetool kpsewhere ps2frag ps4pdf pslatex rubibtex rumakeindex \ - texconfig texconfig-dialog texconfig-sys texdoc \ + texconfig texconfig-dialog texconfig-sys \ texlinks updmap updmap-sys CONTEXTSCRIPTS = \ @@ -29,7 +29,7 @@ contextmanpgs = \ manpgs = \ allcm allec allneeded dvi2fax dvired e2pall epstopdf fontinst \ kpsetool kpsewhere mkjobtexmf mkocp mkofm ofm2opl opl2ofm otp2ocp outocp \ - ovf2ovp ovp2ovf ps2frag pslatex rubibtex rumakeindex texconfig texdoc \ + ovf2ovp ovp2ovf ps2frag pslatex rubibtex rumakeindex texconfig \ texdoctk thumbpdf ttf2afm updmap all: $(SCRIPTS) |