diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 08:19:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 08:19:56 +0000 |
commit | 72351c3e68ec7574a578bd41f7a0b17578d857af (patch) | |
tree | 84f9dfe9627578aee454107602231168c950cc83 /Build/source/Makefile.in | |
parent | f4c2f03b11aecc0d90f836edfd44da8bd24e1bd8 (diff) |
support libpoppler as 'system-xpdf'
git-svn-id: svn://tug.org/texlive/trunk@12943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index a8b27cd8a21..bdb1159ad7b 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -283,6 +283,7 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = -C EXTRA_DIST = \ Build \ + README.config \ README.cross \ README.layout \ build-aux/README.TL \ @@ -727,6 +728,11 @@ uninstall-am: dist-hook: rm -rf `find $(distdir) -name .svn` +# This is the default target for the Build script in TeX Live. +# +# run texlinks here since the binaries won't be there +# at install-data, and fmtutil.cnf won't be there at install-exec, +# and there is no install-hook or install-local. world: install-strip echo "top-level make $@: running texlinks ..." cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks |