diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-04 10:08:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-04 10:08:44 +0000 |
commit | 37b29e92d678aeb977a53c3ec164cac174fb282e (patch) | |
tree | 0409bcedf810d99433d7355e8329887049f4bfdf /Build/source/texk/bibtex8/Makefile.in | |
parent | 0187ea6ba3d64dfd9b1493b62c10a82c0065cf9f (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/Makefile.in')
-rw-r--r-- | Build/source/texk/bibtex8/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |