diff options
-rw-r--r-- | Build/source/texk/tetex/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/tetex/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/utils/README | 2 |
4 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index 4293627ca07..a6d4adfe7d4 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,3 +1,7 @@ +2012-06-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (EXTRA_DIST): Add the new file updmap.help2man. + 2012-06-01 Karl Berry <karl@tug.org> * Makefile.am (xupdmap.man): new (phony) target to run help2man. diff --git a/Build/source/texk/tetex/Makefile.am b/Build/source/texk/tetex/Makefile.am index 59dcc2e63aa..2f82752bf0a 100644 --- a/Build/source/texk/tetex/Makefile.am +++ b/Build/source/texk/tetex/Makefile.am @@ -133,6 +133,7 @@ endif !WIN32 xupdmap.man: updmap.help2man updmap.pl help2man --include=$< --source="TeX Live" --no-info \ $(srcdir)/updmap.pl >/tmp/$@ +EXTRA_DIST += updmap.help2man ## Tests ## diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 15ad46c7710..da8a79958da 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -232,7 +232,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = ../../build-aux/relpath README.texdoctk old-fontinst.bat \ - old-updmap updmap-single.pl $(TESTS) + old-updmap updmap-single.pl updmap.help2man $(TESTS) perl_scripts = \ updmap diff --git a/Build/source/utils/README b/Build/source/utils/README index 572d6bd26e0..8a2e5174f91 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -4,7 +4,7 @@ Public domain. Originally written 2005 by Karl Berry. Extra utilities we (optionally) compile for TeX Live. See comments in ../texk/README. -asymptote 2.16 - checked 19jun11 +asymptote 2.16 - checked 31may12 update to TL from CTAN, to include prebuilt doc. see http://tug.org/texlive/build.html#asymptote and tlpkg/bin/tl-update-asy |