groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Force build to generate test-groff script.


From: G. Branden Robinson
Subject: [groff] 01/01: Force build to generate test-groff script.
Date: Thu, 2 Nov 2017 05:20:01 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 38bef5e700233fb6cc6cc73ed1d513ca45b9aac4
Author: G. Branden Robinson <address@hidden>
Date:   Thu Nov 2 05:17:35 2017 -0400

    Force build to generate test-groff script.
    
    (It was already being cleaned, if present.)
    
    Also:
    * Fix typo in comment.
    * Delete useless trailing whitespace.
    * Fix odd identation of ChangeLog.119.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 Makefile.am | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a60c7e3..ed614f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 # Original Makefile.in written by James Clark (address@hidden)
 # Migrated to Automake by Bertrand Garrigues
 #
-# Last update: 22 Aug 2015
+# Last update: 2017-11-02
 #
 # This file is part of groff.
 #
@@ -25,7 +25,7 @@
 # The variables that are listed in the following comments will be
 # automatically set by automake in the generated Makefile.in
 
-# SHELL 
+# SHELL
 
 # PACKAGE_TARNAME
 
@@ -545,8 +545,8 @@ AM_CPPFLAGS = \
 # .am files
 bin_PROGRAMS =
 nobase_bin_PROGRAMS =
-bin_SCRIPTS = 
-dist_bin_SCRIPTS = 
+bin_SCRIPTS =
+dist_bin_SCRIPTS =
 MOSTLYCLEANFILES =
 MOSTLYCLEANADD =
 noinst_LIBRARIES =
@@ -579,7 +579,7 @@ AM_TESTS_ENVIRONMENT = \
 # We use Automake's Uniform Naming Scheme.
 #
 # prefixexecbin_PROGRAMS is the list of programs that may have a
-# NAMEPREFIX if an existing non-GNU troff system was detected. 
+# NAMEPREFIX if an existing non-GNU troff system was detected.
 #
 # This is done by the m4 macro GROFF_G that checks for the presence of
 # GNU Troff built-in \n[.g] macro. If a Unix Troff binary was
@@ -593,7 +593,7 @@ AM_TESTS_ENVIRONMENT = \
 # for the scripts.
 NAMEPREFIX=$(g)
 prefixexecbin_PROGRAMS =
-prefixexecbin_SCRIPTS = 
+prefixexecbin_SCRIPTS =
 if USEPROGRAMPREFIX
 # We use datadir because the uninstall rule for the PROGRAMS attempt
 # to cd into prefixexecbindir, and thus if prefixexecbindir is removed
@@ -701,6 +701,9 @@ 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
+
 # Same thing for gnulib's localcharset.c and configmake.h: gnulib uses
 # BUILT_SOURCES only, adding the following makes 'make lib/libgnu.a'
 # possible
@@ -812,7 +815,7 @@ uninstall_groffdirs:
        fi
 
 # Uninstall program that have a 'g' prefix
-uninstall-hook: uninstall_binaries_with_prefix 
+uninstall-hook: uninstall_binaries_with_prefix
 uninstall_binaries_with_prefix:
 if USEPROGRAMPREFIX
        if test -n "$(NAMEPREFIX)"; then \
@@ -829,7 +832,7 @@ EXTRA_DIST += \
   ChangeLog.116 \
   ChangeLog.117 \
   ChangeLog.118 \
-   ChangeLog.119 \
+  ChangeLog.119 \
   ChangeLog.120 \
   ChangeLog.121 \
   FDL \
@@ -854,7 +857,7 @@ MOSTLYCLEANFILES += $(prefixexecbin_SCRIPTS) $(bin_SCRIPTS) 
\
   $(PREFIXMAN1) $(PREFIXMAN5) $(PREFIXMAN7) \
   test-groff
 
-# Suffixe rule to build .1, .5 and .7 files from .1.man, .5.man and
+# 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
 # substitution of the variable by automake.
 SUFFIXES += .man



reply via email to

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