Add ChangeLog.old to EXTRA_DIST in all Makefile.am files. - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f6160e1a1882bbecb2235bbc2718bb38f3974409
(DIR) parent 3e4b187b7b9f0325d4834a233c8084df61b52a85
(HTM) Author: Tim Retout <diocles@gnu.org>
Date: Sat, 6 Mar 2010 13:26:07 +0000
Add ChangeLog.old to EXTRA_DIST in all Makefile.am files.
Signed-off-by: Tim Retout <diocles@gnu.org>
Diffstat:
M ChangeLog | 2 ++
M Makefile.am | 2 +-
M afm/Makefile.am | 1 +
M afmlib/Makefile.am | 3 ++-
M compat/Makefile.am | 3 ++-
M docs/Makefile.am | 3 ++-
M lib/Makefile.am | 4 ++--
M scripts/Makefile.am | 2 +-
M src/Makefile.am | 2 +-
M src/tests/Makefile.am | 2 +-
M states/Makefile.am | 2 +-
M states/hl/Makefile.am | 2 ++
M states/tests/Makefile.am | 2 +-
13 files changed, 19 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
@@ -6,6 +6,8 @@
from the repository (i.e. just use the standard INSTALL file).
* README: Replace all old web/mail addresses.
+ * All Makefile.am files: Add ChangeLog.old to EXTRA_DIST.
+
2010-02-03 Tim Retout <diocles@gnu.org>
* All ChangeLog files in subdirectories have been renamed to
(DIR) diff --git a/Makefile.am b/Makefile.am
@@ -27,6 +27,6 @@ SUBDIRS = compat afm afmlib lib scripts intl src po states docs w32
EXTRA_DIST = README.ESCAPES README.DOS ascii.txt \
asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt \
88595.txt 88597.txt 88599.txt 885910.txt ibmpc.txt mac.txt vms.txt \
-hp8.txt koi8.txt mtr.eps mtr_small.eps mtr_tiny.eps
+hp8.txt koi8.txt mtr.eps mtr_small.eps mtr_tiny.eps po/ChangeLog.old
ACLOCAL_AMFLAGS = -I m4
(DIR) diff --git a/afm/Makefile.am b/afm/Makefile.am
@@ -34,3 +34,4 @@ public_fonts = matrix.afm matrix.pfa
afmdir = $(pkgdatadir)/afm
dist_afm_DATA = font.map $(default_afm) $(public_fonts)
+EXTRA_DIST = ChangeLog.old
(DIR) diff --git a/afmlib/Makefile.am b/afmlib/Makefile.am
@@ -32,7 +32,8 @@ noinst_HEADERS = afm.h afmint.h strhash.h
INCLUDES_windelta = +-I../w32/
-EXTRA_DIST = ansi2knr.c ansi2knr.1 Makefile-encodings make-encoding.pl
+EXTRA_DIST = ChangeLog.old ansi2knr.c ansi2knr.1 Makefile-encodings \
+ make-encoding.pl
noinst_PROGRAMS = afmtest
(DIR) diff --git a/compat/Makefile.am b/compat/Makefile.am
@@ -36,7 +36,8 @@ libcompat_a_SOURCES_windelta = \
noinst_HEADERS = getopt.h regex.h xalloc.h
-EXTRA_DIST = strerror.c memmove.c memcpy.c strtol.c strtoul.c
+EXTRA_DIST = ChangeLog.old strerror.c memmove.c memcpy.c strtol.c \
+ strtoul.c
INCLUDES = -I$(srcdir)/../intl -I../intl
(DIR) diff --git a/docs/Makefile.am b/docs/Makefile.am
@@ -27,7 +27,8 @@ enscript_TEXINFOS = fdl-1.3.texi
man_MANS = enscript.1 states.1
CLEANFILES = $(man_MANS)
-EXTRA_DIST = enscript.man states.man FAQ.html clean-nroff.pl texinfo.tex
+EXTRA_DIST = ChangeLog.old enscript.man states.man FAQ.html \
+ clean-nroff.pl texinfo.tex
enscript.man.html: enscript.1
nroff -man $(srcdir)/enscript.1 | ./clean-nroff.pl > enscript.tmp
(DIR) diff --git a/lib/Makefile.am b/lib/Makefile.am
@@ -31,8 +31,8 @@ simple.hdr squeeze.hdr enscript.pro
sysconf_DATA = enscript.cfg
CLEANFILES = $(sysconf_DATA)
-EXTRA_DIST = enscript.cfg.in $(pkgdata_DATA) Makefile-encodings \
-make-encoding.pl
+EXTRA_DIST = ChangeLog.old enscript.cfg.in $(pkgdata_DATA) \
+ Makefile-encodings make-encoding.pl
do_subst = sed -e 's%@DATADIR@%$(datadir)%g' \
-e 's%@media@%@MEDIA@%g' \
(DIR) diff --git a/scripts/Makefile.am b/scripts/Makefile.am
@@ -32,6 +32,6 @@ diffpp: $(srcdir)/diffpp.in
sliceprint: $(srcdir)/sliceprint.in
sed 's%@PERLPROG@%@PERL@%g' $(srcdir)/sliceprint.in >sliceprint
-EXTRA_DIST = diffpp.in sliceprint.in $(man_MANS)
+EXTRA_DIST = ChangeLog.old diffpp.in sliceprint.in $(man_MANS)
CLEANFILES = diffpp sliceprint
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
@@ -56,4 +56,4 @@ INCLUDES_windelta = \
+-DLIBRARY=\"c:\\enscript\" \
+-DSYSCONFDIR=\"c:\\enscript\"
-EXTRA_DIST = prt_dos.c ansi2knr.c ansi2knr.1
+EXTRA_DIST = ChangeLog.old prt_dos.c ansi2knr.c ansi2knr.1
(DIR) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
@@ -30,4 +30,4 @@ underlay.test toc.test falign.test slice.test escapes.test \
headers.test media.test encodings.test passthrough.test \
nup.test
-EXTRA_DIST = defs $(TESTS)
+EXTRA_DIST = ChangeLog.old defs $(TESTS)
(DIR) diff --git a/states/Makefile.am b/states/Makefile.am
@@ -40,7 +40,7 @@ states_DEPENDENCIES = ../compat/libcompat.a
noinst_HEADERS = defs.h gram.h
-EXTRA_DIST = TODO over.in enscript.el
+EXTRA_DIST = ChangeLog.old TODO over.in enscript.el
localedir = $(prefix)/share/locale
(DIR) diff --git a/states/hl/Makefile.am b/states/hl/Makefile.am
@@ -41,3 +41,4 @@ vhdl.st vrml.st wmlscript.st zsh.st
hldir = $(pkgdatadir)/hl
dist_hl_DATA = $(misc) $(styles) $(languages) $(highlightings)
+EXTRA_DIST = ChangeLog.old
+\ No newline at end of file
(DIR) diff --git a/states/tests/Makefile.am b/states/tests/Makefile.am
@@ -32,4 +32,4 @@ primregexp_syntax.test primregmatch.test primregsub.test \
primregsuball.test primsprintf.test primstrcmp.test primstring.test \
primstrncmp.test primsubstring.test
-EXTRA_DIST = defs tests.st $(TESTS)
+EXTRA_DIST = ChangeLog.old defs tests.st $(TESTS)