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/web2c/ptexdir | |
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/web2c/ptexdir')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/am/ptex.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index 7e89b61286f..0e88f576f3a 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * am/ptex.am (DISTCLEANFILES): Preserve distributed files. + 2011-08-29 Peter Breitenlohner <peb@mppmu.mpg.de> * pbibtex.ch: Use nil, not 0 as arg of set_enc_string(). diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am index 2b1523bbbc4..c3879e2f5a9 100644 --- a/Build/source/texk/web2c/ptexdir/am/ptex.am +++ b/Build/source/texk/web2c/ptexdir/am/ptex.am @@ -206,7 +206,7 @@ DISTCLEANFILES += tests/nissya_bib.* DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg ## ptexdir/pbibtex-mem.test EXTRA_DIST += tests/memdata1.bst tests/memdata2.bst tests/memdata3.bst -DISTCLEANFILES += tests/memtest* +DISTCLEANFILES += tests/memtest.bib tests/memtest?.* ## ptexdir/pdvitype.test DISTCLEANFILES += tests/xstory.dvityp tests/xpagenum.typ ## ptexdir/ppltotf.test |