diff options
Diffstat (limited to 'Build/source/utils/ps2eps/Makefile.am')
-rw-r--r-- | Build/source/utils/ps2eps/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/ps2eps/Makefile.am b/Build/source/utils/ps2eps/Makefile.am index 44f2bedeea2..e4795a0db07 100644 --- a/Build/source/utils/ps2eps/Makefile.am +++ b/Build/source/utils/ps2eps/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory utils/ps2eps/ ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -12,14 +12,14 @@ EXTRA_DIST += $(PS2EPS_TREE)-PATCHES # in case of an SVN repository dist-hook: - rm -rf `find $(distdir) -name .svn` + rm -rf `find $(distdir) -name .svn -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'` AM_CFLAGS = $(WARNING_CFLAGS) bin_PROGRAMS = bbox bbox_SOURCES = \ - $(PS2EPS_TREE)/src/C/bbox.c + @PS2EPS_TREE@/src/C/bbox.c man1_MANS = \ $(PS2EPS_TREE)/doc/man/man1/bbox.1 \ |