diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 13:25:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-06 13:25:34 +0000 |
commit | 8ff84fe02cc02e3ce7131188816307c51f9ee3d8 (patch) | |
tree | 199390a4c099648f12469bd516bcf9c2c5684ace /Build/source/utils/ps2eps/Makefile.in | |
parent | 1c799a0a0ea18ea76e50e369abe1220fdf1b82a2 (diff) |
build system: utils/pdfopen/, utils/psutils/, and utils/ps2eps/ cleanup
git-svn-id: svn://tug.org/texlive/trunk@12945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/ps2eps/Makefile.in')
-rw-r--r-- | Build/source/utils/ps2eps/Makefile.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/utils/ps2eps/Makefile.in b/Build/source/utils/ps2eps/Makefile.in index 7cbc6c61e06..6f2bd0bd0f8 100644 --- a/Build/source/utils/ps2eps/Makefile.in +++ b/Build/source/utils/ps2eps/Makefile.in @@ -41,7 +41,8 @@ DIST_COMMON = $(am__configure_deps) $(dist_bin_SCRIPTS) \ ../../build-aux/config.guess ../../build-aux/config.sub \ ../../build-aux/depcomp ../../build-aux/install-sh \ ../../build-aux/ltmain.sh ../../build-aux/missing \ - ../../build-aux/texinfo.tex ../../build-aux/ylwrap install-sh + ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog \ + install-sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -170,8 +171,13 @@ top_srcdir = @top_srcdir@ bbox_SOURCES = bbox.c dist_bin_SCRIPTS = ps2eps dist_man1_MANS = bbox.1 ps2eps.1 -EXTRA_DIST = Changes.txt INSTALL.txt LICENSE.txt Latest_is_1.64 \ - README.txt Makefile.in.orig configure.in.orig +EXTRA_DIST = \ + Changes.txt \ + INSTALL.txt \ + LICENSE.txt \ + Latest_is_1.64 \ + README.txt + all: all-am .SUFFIXES: |