diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/Makefile.am | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index a69c2de2d30..999731182c7 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -24,11 +24,11 @@ SUBDIRS += libs utils texk ## This is the default target for the Build script in TeX Live. 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. +## +## 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) run-texlinks -# + cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks +## @echo "make $@ done." |