diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-25 10:27:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-25 10:27:56 +0000 |
commit | 14fdf58582eb34614c899048041260830bf11319 (patch) | |
tree | 24c257e172a5759d4653886820e0debc19a79e75 /Build/source/texk/tex4htk | |
parent | 1d49a87a191295313dd1fdbce07dfb18ddd65bfc (diff) |
new build system: update
git-svn-id: svn://tug.org/texlive/trunk@12515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 3b16c030748..5cdc69a7e15 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -173,7 +173,7 @@ EXTRA_DIST += \ ## in case of an SVN repository dist-hook: - rm -rf `find $(distdir)/$(ZLIB_TREE) -name .svn` + rm -rf `find $(distdir) -name .svn` ## Eventually delete these files ## diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index 76b2d80d328..7fd946adb9b 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -703,7 +703,7 @@ uninstall-hook: done dist-hook: - rm -rf `find $(distdir)/$(ZLIB_TREE) -name .svn` + rm -rf `find $(distdir) -name .svn` # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |