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/pdfopen | |
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/pdfopen')
-rw-r--r-- | Build/source/utils/pdfopen/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/pdfopen/Makefile.am | 8 | ||||
-rw-r--r-- | Build/source/utils/pdfopen/Makefile.in | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/Build/source/utils/pdfopen/ChangeLog b/Build/source/utils/pdfopen/ChangeLog new file mode 100644 index 00000000000..77fb5e3d9d2 --- /dev/null +++ b/Build/source/utils/pdfopen/ChangeLog @@ -0,0 +1,4 @@ +2009-05-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + Adapt to TL2009 build system. + diff --git a/Build/source/utils/pdfopen/Makefile.am b/Build/source/utils/pdfopen/Makefile.am index 60280b25e50..33a81667e34 100644 --- a/Build/source/utils/pdfopen/Makefile.am +++ b/Build/source/utils/pdfopen/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory utils/pdfopen/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. ## INCLUDES = $(X_CFLAGS) @@ -11,7 +15,3 @@ pdfclose_SOURCES = pdfclose.c sendx.c EXTRA_DIST = xpdfopen.pdf xpdfopen.tex -## Eventually delete these files -## -EXTRA_DIST += Makefile.am.orig configure.ac.orig - diff --git a/Build/source/utils/pdfopen/Makefile.in b/Build/source/utils/pdfopen/Makefile.in index adbac7b8bf5..03da088888d 100644 --- a/Build/source/utils/pdfopen/Makefile.in +++ b/Build/source/utils/pdfopen/Makefile.in @@ -40,7 +40,7 @@ DIST_COMMON = README $(am__configure_deps) \ ../../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 + ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -176,8 +176,7 @@ INCLUDES = $(X_CFLAGS) LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) pdfopen_SOURCES = pdfopen.c sendx.c pdfclose_SOURCES = pdfclose.c sendx.c -EXTRA_DIST = xpdfopen.pdf xpdfopen.tex Makefile.am.orig \ - configure.ac.orig +EXTRA_DIST = xpdfopen.pdf xpdfopen.tex all: all-am .SUFFIXES: |