From 8ff84fe02cc02e3ce7131188816307c51f9ee3d8 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 6 May 2009 13:25:34 +0000 Subject: build system: utils/pdfopen/, utils/psutils/, and utils/ps2eps/ cleanup git-svn-id: svn://tug.org/texlive/trunk@12945 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/pdfopen/ChangeLog | 4 ++++ Build/source/utils/pdfopen/Makefile.am | 8 ++++---- Build/source/utils/pdfopen/Makefile.in | 5 ++--- Build/source/utils/ps2eps/ChangeLog | 4 ++++ Build/source/utils/ps2eps/Makefile.am | 8 ++++---- Build/source/utils/ps2eps/Makefile.in | 12 +++++++++--- Build/source/utils/psutils/ChangeLog | 4 ++++ Build/source/utils/psutils/Makefile.am | 7 ++++--- Build/source/utils/psutils/Makefile.in | 3 +-- 9 files changed, 36 insertions(+), 19 deletions(-) create mode 100644 Build/source/utils/pdfopen/ChangeLog create mode 100644 Build/source/utils/ps2eps/ChangeLog (limited to 'Build/source') 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 + + 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 +## 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: diff --git a/Build/source/utils/ps2eps/ChangeLog b/Build/source/utils/ps2eps/ChangeLog new file mode 100644 index 00000000000..77fb5e3d9d2 --- /dev/null +++ b/Build/source/utils/ps2eps/ChangeLog @@ -0,0 +1,4 @@ +2009-05-06 Peter Breitenlohner + + Adapt to TL2009 build system. + diff --git a/Build/source/utils/ps2eps/Makefile.am b/Build/source/utils/ps2eps/Makefile.am index 07565ac6d84..5c6fa5ae348 100644 --- a/Build/source/utils/ps2eps/Makefile.am +++ b/Build/source/utils/ps2eps/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory utils/ps2eps/ +## +## Copyright (C) 2009 Peter Breitenlohner +## You may freely use, modify and/or distribute this file. ## bin_PROGRAMS = bbox @@ -14,7 +18,3 @@ EXTRA_DIST = \ Latest_is_1.64 \ README.txt -## Eventually delete these files -## -EXTRA_DIST += Makefile.in.orig configure.in.orig - 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: diff --git a/Build/source/utils/psutils/ChangeLog b/Build/source/utils/psutils/ChangeLog index 2692bb87b2a..f5f4d0ec71f 100644 --- a/Build/source/utils/psutils/ChangeLog +++ b/Build/source/utils/psutils/ChangeLog @@ -1,3 +1,7 @@ +2009-05-06 Peter Breitenlohner + + Adapt to TL2009 build system. + 2009-04-20 Karl Berry * Makefile.am (EXTRA_DIST): avoid trailing \, to appease automake diff --git a/Build/source/utils/psutils/Makefile.am b/Build/source/utils/psutils/Makefile.am index 754a7878e0c..366de6cbb1f 100644 --- a/Build/source/utils/psutils/Makefile.am +++ b/Build/source/utils/psutils/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory utils/psutils/ +## +## Copyright (C) 2009 Peter Breitenlohner +## You may freely use, modify and/or distribute this file. ## OS = UNIX PAPER = a4 @@ -133,6 +137,3 @@ EXTRA_DIST += \ md68_0.ps \ md71_0.ps -## Eventually delete these files -## -EXTRA_DIST += Makefile.in.orig configure.in.orig diff --git a/Build/source/utils/psutils/Makefile.in b/Build/source/utils/psutils/Makefile.in index bc6de42cf67..64ba0b8babd 100644 --- a/Build/source/utils/psutils/Makefile.in +++ b/Build/source/utils/psutils/Makefile.in @@ -248,8 +248,7 @@ pstops_SOURCES = \ EXTRA_DIST = LICENSE $(perl_scripts:=.pl) $(shell_scripts:=.sh) \ $(nodist_man1_MANS:.1=.man) maketext Makefile.bcc Makefile.msc \ Makefile.nt Makefile.os2 Makefile.sc Makefile.unix \ - Makefile.wat descrip.mms md68_0.ps md71_0.ps Makefile.in.orig \ - configure.in.orig + Makefile.wat descrip.mms md68_0.ps md71_0.ps perl_scripts = extractres fixdlsrps fixfmps fixmacps fixpsditps fixpspps \ fixscribeps fixtpps fixwfwps fixwpps fixwwps includeres psmerge -- cgit v1.2.3