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/libs/graphite | |
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/libs/graphite')
-rw-r--r-- | Build/source/libs/graphite/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/libs/graphite/Makefile.am b/Build/source/libs/graphite/Makefile.am index 68b7f1bccb8..77b52dc6d1c 100644 --- a/Build/source/libs/graphite/Makefile.am +++ b/Build/source/libs/graphite/Makefile.am @@ -47,6 +47,10 @@ EXTRA_DIST = \ test \ uninstalled-top.pc.in +## in case of an SVN repository +dist-hook: + rm -rf `find $(distdir)/$(ZLIB_TREE) -name .svn` + libgraphite_a_SOURCES = \ src/font/FileFont.cpp \ src/font/Font.cpp \ @@ -98,8 +102,6 @@ libgraphite_a_SOURCES = \ src/segment/TransductionLog.cpp \ src/segment/resource.h -## included from - ## Not used ## EXTRA_DIST += \ |