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/web2c/am | |
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/web2c/am')
-rw-r--r-- | Build/source/texk/web2c/am/texmf.am | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/am/web.am | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am index 8d36a3647a8..83485b2141a 100644 --- a/Build/source/texk/web2c/am/texmf.am +++ b/Build/source/texk/web2c/am/texmf.am @@ -84,6 +84,9 @@ TRIPTRAP_CLEAN += trip-clean endif TEX DISTCLEANFILES += trip.diffs +## tests/write18-quote-test.pl +DISTCLEANFILES += write18-quote.log + # trip.test trip.diffs: tex$(EXEEXT) $(triptrap_diffs) $@ diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index c615abd4bea..60c0746828a 100644 --- a/Build/source/texk/web2c/am/web.am +++ b/Build/source/texk/web2c/am/web.am @@ -159,6 +159,8 @@ EXTRA_DIST += $(web_tests) ## bibtex.test DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg +## tests/bibtex-longline-test.pl +DISTCLEANFILES += longline.aux longline.bbl longline.bib longline.blg ## tests/bibtex-mem.test EXTRA_DIST += tests/memdata1.bst tests/memdata2.bst tests/memdata3.bst DISTCLEANFILES += tests/memtest.bib tests/memtest?.* |