diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-23 07:38:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-23 07:38:46 +0000 |
commit | 9e6c3165ed4aad17242fe148c12e16ee4392ca92 (patch) | |
tree | 9d2ac736486792554474c445d238485a5f708bd2 /Build/source/texk/ttf2pk | |
parent | b018a7cc5174a709b1fcf7256f1a6d527873a968 (diff) |
exclude .svn from dist tarball
git-svn-id: svn://tug.org/texlive/trunk@12495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk')
-rw-r--r-- | Build/source/texk/ttf2pk/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/ttf2pk/Makefile.am b/Build/source/texk/ttf2pk/Makefile.am index e197c2177f1..ea7f7fbb181 100644 --- a/Build/source/texk/ttf2pk/Makefile.am +++ b/Build/source/texk/ttf2pk/Makefile.am @@ -70,9 +70,8 @@ LDADD = $(KPATHSEA_LIBS) $(FREETYPE_LIBS) dist_man1_MANS = ttf2pk.1 ttf2tfm.1 -## ############# ## Not yet used - +## EXTRA_DIST = \ data \ BUGS \ @@ -86,8 +85,11 @@ EXTRA_DIST = \ emtexdir.h \ ttf2pk.doc -## ############# -## Eventually delete these files +## 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 |