summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-11 08:57:21 +0000
committerNorbert Preining <preining@logic.at>2008-05-11 08:57:21 +0000
commitc3c47f418462ffb791e63c7568a4b8e72870e723 (patch)
treeddbb6c2806a05d7eed778dee78ae18e042acfe17 /Build
parent915f77ef655e9dbabb07d4dc6d7247fee858ae31 (diff)
install texdoc(.tlu) as the main texdoc script
git-svn-id: svn://tug.org/texlive/trunk@8040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/texlive/ChangeLog5
-rw-r--r--Build/source/texk/texlive/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/ChangeLog b/Build/source/texk/texlive/ChangeLog
index 8c7d2dd7249..cb361536987 100644
--- a/Build/source/texk/texlive/ChangeLog
+++ b/Build/source/texk/texlive/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-11 Norbert Preining <preining@logic.at>
+
+ * Makefile.in: add texdoc.tlu to the LINKED_SCRIPTS, it will
+ replace texdoc from tetex.
+
2008-05-06 Karl Berry <karl@tug.org>
* ebong: need #!/usr/bin/env python. From vvv.
diff --git a/Build/source/texk/texlive/Makefile.in b/Build/source/texk/texlive/Makefile.in
index ddeed9122d6..f91a08b242c 100644
--- a/Build/source/texk/texlive/Makefile.in
+++ b/Build/source/texk/texlive/Makefile.in
@@ -21,6 +21,7 @@ LINKED_SCRIPTS = \
texmf/scripts/tetex/e2pall.pl \
texmf/scripts/tetex/texdoctk.pl \
texmf/scripts/texlive/tlmgr.pl \
+ texmf/scripts/texlive/texdoc.tlu \
texmf/scripts/texlive/getnonfreefonts.pl \
texmf-dist/scripts/glossaries/makeglossaries \
texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl \