diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-04 15:41:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-04 15:41:38 +0000 |
commit | 3817bdb7c9936db23e18b74cf16fb234c1957a32 (patch) | |
tree | 04a776540153c27aed626b361f0c381c3981c675 /Build/source/texk/bibtexu | |
parent | 37b29e92d678aeb977a53c3ec164cac174fb282e (diff) |
Bug fix: Make sure that 'make distcheck' removes all generated files
but keeps all distributed ones
git-svn-id: svn://tug.org/texlive/trunk@24189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu')
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/bibtexu/Makefile.am | 5 | ||||
-rw-r--r-- | Build/source/texk/bibtexu/Makefile.in | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index e600d91d4bd..28c26b6af7d 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,7 @@ +2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (DISTCLEANFILES): Add CXXLD.sh. + 2011-04-18 Peter Breitenlohner <peb@mppmu.mpg.de> Avoid 'differ in signedness' warnings. diff --git a/Build/source/texk/bibtexu/Makefile.am b/Build/source/texk/bibtexu/Makefile.am index a151e5b3af6..680a9b5b34d 100644 --- a/Build/source/texk/bibtexu/Makefile.am +++ b/Build/source/texk/bibtexu/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/bibtexu/ ## -## 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 @@ -58,11 +58,12 @@ dist_btdoc_DATA = \ csfile.txt \ file_id.diz +DISTCLEANFILES = CXXLD.sh + ## Tests. ## TESTS = tests/bibtex.test tests/bibtexu.test EXTRA_DIST = $(TESTS) -DISTCLEANFILES = ## tests/bibtex.test DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg diff --git a/Build/source/texk/bibtexu/Makefile.in b/Build/source/texk/bibtexu/Makefile.in index 6561ab26a6a..4b1b751dd1d 100644 --- a/Build/source/texk/bibtexu/Makefile.in +++ b/Build/source/texk/bibtexu/Makefile.in @@ -311,11 +311,12 @@ dist_btdoc_DATA = \ csfile.txt \ file_id.diz +DISTCLEANFILES = CXXLD.sh tests/xexampl.aux tests/xexampl.bbl \ + tests/xexampl.blg TESTS = tests/bibtex.test tests/bibtexu.test EXTRA_DIST = $(TESTS) 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 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |