diff options
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 9fa6b992882..3b16c030748 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -171,6 +171,10 @@ EXTRA_DIST += \ xhxetex \ xv4ht.java +## in case of an SVN repository +dist-hook: + rm -rf `find $(distdir)/$(ZLIB_TREE) -name .svn` + ## Eventually delete these files ## EXTRA_DIST += Makefile.in.orig configure.in.orig |