groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 19/27: Makefile.am: Stop manually handling "test-groff".


From: G. Branden Robinson
Subject: [groff] 19/27: Makefile.am: Stop manually handling "test-groff".
Date: Tue, 3 May 2022 14:27:18 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 52efd3457b307f4932bb864504e0fc01d7977a04
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon May 2 19:53:12 2022 -0500

    Makefile.am: Stop manually handling "test-groff".
    
    Per the GNU Automake manual, "If configure built it, then distclean
    should delete it."  This is taken care of automatically if we don't
    interfere.
    
    * Makefile.am (BUILT_SOURCES, MOSTLYCLEANFILES): Drop "test-groff".
---
 ChangeLog   |  8 ++++++++
 Makefile.am | 10 +++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0029b65d..0b9e5605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-05-02  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * Makefile.am: Stop manually handling "test-groff".  Per the
+       GNU Automake manual, "If configure built it, then distclean
+       should delete it."  This is taken care of automatically if we
+       don't interfere.
+       (BUILT_SOURCES, MOSTLYCLEANFILES): Drop "test-groff".
+
 2022-05-02  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/preproc/eqn/eqn.am (neqn): Produce temporary file first
diff --git a/Makefile.am b/Makefile.am
index 76fb26d4..9f6e2d8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,8 +9,8 @@
 # Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
 #
@@ -690,9 +690,6 @@ include $(top_srcdir)/tmac/tmac.am
 # src/roff/groff/groff.$(OBJEXT): defs.h)
 BUILT_SOURCES += defs.h
 
-# Force generation of test-groff even though we don't ship it.
-BUILT_SOURCES += test-groff
-
 .DELETE_ON_ERROR:
 .PRECIOUS: $(TEST_SUITE_LOG)
 
@@ -823,8 +820,7 @@ EXTRA_DIST += \
 
 MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) \
   $(man1_MANS) $(man5_MANS) $(man7_MANS) \
-  $(PREFIXMAN1) \
-  test-groff
+  $(PREFIXMAN1)
 
 # Suffix rule to build .1, .5 and .7 files from .1.man, .5.man and
 # .7.man files.  The brackets around the @ are used to prevent the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]