diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2018-11-13 23:21:14 -0500 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2018-11-13 23:54:18 -0500 |
commit | 09080df0f8895c07f55f36f4835bab0f44dcaa7c (patch) | |
tree | 5f1d7dc6e88686597a1893ab8a30b0a363712c8b /ChangeLog | |
parent | 2c2a2855ae3b98e0ca9ed4b7254649766929e511 (diff) | |
download | groff-git-09080df0f8895c07f55f36f4835bab0f44dcaa7c.tar.gz |
[hdtbl] Don't clean other people's unit tests.
* contrib/hdtbl/hdtbl.am: test-hdtbl.sh is generated from an .in
file, so while we can add it to $(TESTS), we shouldn't then add
$(TESTS) to $(MOSTLYCLEANFILES) or we will clobber all tests
that ever get defined. This affected gdiffmk's test script on
in-tree builds. Introduce new variable, $(hdtbl_TESTS). Now
it clobbers no more.
Fixes <https://savannah.gnu.org/bugs/index.php?55020>.
Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2018-11-13 G. Branden Robinson <g.branden.robinson@gmail.com> + + [hdtbl] Don't clean other people's unit tests. + + * contrib/hdtbl/hdtbl.am: test-hdtbl.sh is generated from an .in + file, so while we can add it to $(TESTS), we shouldn't then add + $(TESTS) to $(MOSTLYCLEANFILES) or we will clobber all tests + that ever get defined. This clobbered gdiffmk's test script on + in-tree builds. Give it its own variable, $(hdtbl_TESTS). Now + it clobbers no more. + + Fixes <https://savannah.gnu.org/bugs/index.php?55020>. + 2018-11-12 G. Branden Robinson <g.branden.robinson@gmail.com> * m4/groff.m4 (GROFF_PAGE): Try /etc/papersize first. |