diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-24 12:40:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-24 12:40:04 +0000 |
commit | a277fb9303587330b65a7081c637a1aa651c9d9a (patch) | |
tree | 71c581dce3a501f808104d58256b92c1fa04abc7 /Build/source/Makefile.in | |
parent | 100038fd15e08e73a1c3f7e0b834803e92cb38a8 (diff) |
finish separation of tl_scripts and linked_scripts
git-svn-id: svn://tug.org/texlive/trunk@28928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 2054f874e19..48746fd8683 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -959,8 +959,8 @@ subsubdir-conf.cmd: world: all @echo "top-level make $@: running install-strip..." $(MAKE) $(AM_MAKEFLAGS) install-strip - @echo "top-level make $@: running texlinks in texk/texlive/linked_scripts..." - cd texk/texlive/linked_scripts && $(MAKE) $(AM_MAKEFLAGS) run-texlinks + @echo "top-level make $@: running texlinks in texk/texlive/tl_scripts..." + cd texk/texlive/tl_scripts && $(MAKE) $(AM_MAKEFLAGS) run-texlinks @echo "top-level make $@: running $(check_target)..." $(MAKE) $(AM_MAKEFLAGS) $(check_target) @echo "make $@ done." |