diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-19 11:06:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-19 11:06:18 +0000 |
commit | f4a44885a367794f0ed41c0dd446df7b40a174d8 (patch) | |
tree | ff5f6f65c92699d23eea5a9c8578847ece736556 /Build/source/libs/Makefile.in | |
parent | dac42fa45e686717a350e950f3a68ad1cc5eec83 (diff) |
Add a configure option to skip the linked scripts and still run texlinks
git-svn-id: svn://tug.org/texlive/trunk@32449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/Makefile.in')
-rw-r--r-- | Build/source/libs/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/libs/Makefile.in b/Build/source/libs/Makefile.in index d58d042eac7..0f63682eb72 100644 --- a/Build/source/libs/Makefile.in +++ b/Build/source/libs/Makefile.in @@ -171,6 +171,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \ $(top_srcdir)/../texk/xdvik/ac/withenable.ac \ $(top_srcdir)/../texk/xdvik/ac/xdvik.ac \ $(top_srcdir)/../texk/texlive/ac/withenable.ac \ + $(top_srcdir)/../texk/texlive/ac/texlive.ac \ $(top_srcdir)/../libs/harfbuzz/ac/withenable.ac \ $(top_srcdir)/../libs/icu/ac/withenable.ac \ $(top_srcdir)/../libs/teckit/ac/withenable.ac \ |