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.am | |
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.am')
-rw-r--r-- | Build/source/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index 63a51a56999..9e519bf0b60 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -10,6 +10,7 @@ DISTCHECK_CONFIGURE_FLAGS = -C EXTRA_DIST = \ Build \ + README.config \ README.cross \ README.layout \ build-aux/README.TL \ @@ -26,12 +27,12 @@ SUBDIRS = endif !build_kpathsea SUBDIRS += libs utils texk -## This is the default target for the Build script in TeX Live. +# 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 -## -## 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 hook or -local for install. echo "top-level make $@: running texlinks ..." cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks ## |