summaryrefslogtreecommitdiff
path: root/Build/source/utils/pmx/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-01 14:02:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-01-01 14:02:30 +0000
commit50501ecb6d89f07bba57700bb34031abc5379fc8 (patch)
treec8c1c5d7881e7e5e4bd0b1781fe65d87f32220c0 /Build/source/utils/pmx/Makefile.am
parent7750bd6e5ca2361a0717b4246aec5b2bf68aef66 (diff)
automake 1.13
git-svn-id: svn://tug.org/texlive/trunk@28684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/pmx/Makefile.am')
-rw-r--r--Build/source/utils/pmx/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am
index ac77e0e6d0e..a08799e00a6 100644
--- a/Build/source/utils/pmx/Makefile.am
+++ b/Build/source/utils/pmx/Makefile.am
@@ -10,9 +10,13 @@ EXTRA_DIST = $(PMX_TREE)
## Patches applied to the original source tree
EXTRA_DIST += $(PMX_TREE)-PATCHES
-# in case of an SVN repository
dist-hook:
- rm -rf `find $(distdir) -name .svn`
+ cd "$(distdir)" && rm -rf $(NEVER_DIST)
+
+## in case of an SVN repository
+NEVER_DIST = `find . -name .svn`
+
+NEVER_DIST += $(PMX_TREE)/pmx.log $(PMX_TREE)/pmx.trs
AM_CPPFLAGS = -I$(srcdir)/$(PMX_TREE)/libf2c $(PMX_DEFINES)
AM_CFLAGS = #$(WARNING_CFLAGS)