summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-04 10:08:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-04 10:08:44 +0000
commit37b29e92d678aeb977a53c3ec164cac174fb282e (patch)
tree0409bcedf810d99433d7355e8329887049f4bfdf /Build/source/texk/bibtex8
parent0187ea6ba3d64dfd9b1493b62c10a82c0065cf9f (diff)
Avoid that 'make distclean' removes distributed files
git-svn-id: svn://tug.org/texlive/trunk@24188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8')
-rw-r--r--Build/source/texk/bibtex8/ChangeLog4
-rw-r--r--Build/source/texk/bibtex8/Makefile.am4
-rw-r--r--Build/source/texk/bibtex8/Makefile.in3
3 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/bibtex8/ChangeLog b/Build/source/texk/bibtex8/ChangeLog
index 4af9c68dffe..20f8b36b86a 100644
--- a/Build/source/texk/bibtex8/ChangeLog
+++ b/Build/source/texk/bibtex8/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (DISTCLEANFILES): Preserve distributed files.
+
2011-04-18 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid 'differ in signedness' warnings.
diff --git a/Build/source/texk/bibtex8/Makefile.am b/Build/source/texk/bibtex8/Makefile.am
index 5a02c0d3ba7..fe109aee86f 100644
--- a/Build/source/texk/bibtex8/Makefile.am
+++ b/Build/source/texk/bibtex8/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/bibtex8/
##
-## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -67,7 +67,7 @@ EXTRA_DIST += tests/sort.aux \
tests/testdata.bib tests/teststyle.bst
DISTCLEANFILES += tests/xsort.aux tests/xsort.bbl tests/xsort.blg
## tests/bibtex-mem.test
-DISTCLEANFILES += tests/memtest*
+DISTCLEANFILES += tests/memtest.bib tests/memtest?.*
## Not used
##
diff --git a/Build/source/texk/bibtex8/Makefile.in b/Build/source/texk/bibtex8/Makefile.in
index 397dabbe2a8..98a8ee8a70a 100644
--- a/Build/source/texk/bibtex8/Makefile.in
+++ b/Build/source/texk/bibtex8/Makefile.in
@@ -294,7 +294,8 @@ EXTRA_DIST = $(TESTS) tests/sort.aux tests/sort1.bbl tests/sort2.bbl \
bt371csf.zip dos-dj.mak dos-emx.mak os2.mak unix.mak \
csf/00readme.txt csf/COPYING csf/HISTORY csf/file_id.diz
DISTCLEANFILES = tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg \
- tests/xsort.aux tests/xsort.bbl tests/xsort.blg tests/memtest*
+ tests/xsort.aux tests/xsort.bbl tests/xsort.blg \
+ tests/memtest.bib tests/memtest?.*
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am