diff options
-rw-r--r-- | Build/source/texk/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/texlive/Makefile.in | 1 |
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 \ |