summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2018-11-13 23:21:14 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2018-11-13 23:54:18 -0500
commit09080df0f8895c07f55f36f4835bab0f44dcaa7c (patch)
tree5f1d7dc6e88686597a1893ab8a30b0a363712c8b /ChangeLog
parent2c2a2855ae3b98e0ca9ed4b7254649766929e511 (diff)
downloadgroff-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71a6609f0..81bbff2a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.