diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
commit | f87b81c36d13160b0f2ae9058c548061b4cef6ae (patch) | |
tree | aba38049520bf3ea296d33796b57addfbe780e88 /Build/source/texk/Makefile.in | |
parent | ad4c3b9a96fd70284e4bf55ff0bab0578fb95345 (diff) |
build system: more utils/xindy/ and general cleanup
git-svn-id: svn://tug.org/texlive/trunk@13020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/Makefile.in')
-rw-r--r-- | Build/source/texk/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in index ae50a8712f9..869650da7ce 100644 --- a/Build/source/texk/Makefile.in +++ b/Build/source/texk/Makefile.in @@ -70,6 +70,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-common.m4 \ $(top_srcdir)/../utils/tpic2pdftex/ac/withenable.ac \ $(top_srcdir)/../utils/vlna/ac/withenable.ac \ $(top_srcdir)/../utils/xindy/ac/withenable.ac \ + $(top_srcdir)/../utils/xindy/ac/xindy.ac \ $(top_srcdir)/../texk/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ @@ -664,6 +665,7 @@ uninstall-am: pdf-am ps ps-am tags tags-recursive uninstall uninstall-am +# just in case a subdirectory has added directories dist-hook: rm -rf `find $(distdir) -name .svn` |