groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/14: [hdtbl]: Remove unnecessary Make variable.


From: G. Branden Robinson
Subject: [groff] 02/14: [hdtbl]: Remove unnecessary Make variable.
Date: Thu, 15 Jul 2021 15:41:14 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5211986692bab3bd10dec736f46d38a4d6792ab4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Jul 11 23:14:03 2021 +1000

    [hdtbl]: Remove unnecessary Make variable.
    
    * contrib/hdtbl/hdtbl.am: Remove unnecessary Make variable.
    
      (hdtbl_builddir): Delete.
    
      (HDTBL_TFLAG): Remove `-M$(hdtbl_builddir)` option; it's no longer
      needed for hdtbl example document generation needed now that hdtbl is
      no longer stripped.
---
 contrib/hdtbl/ChangeLog | 8 ++++++++
 contrib/hdtbl/hdtbl.am  | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 9fdc85d..9add31b 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,11 @@
+2021-07-11  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * hdtbl.am: Remove unnecessary Make variable.
+       (hdtbl_builddir): Delete.
+       (HDTBL_TFLAG): Remove `-M$(hdtbl_builddir)` option; it's no
+       longer needed for hdtbl example document generation needed now
+       that hdtbl is no longer stripped.
+
 2021-07-01  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        Skip the stripper, part 2/3 ("hdtbl").
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 1a68433..68bbe83 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -19,12 +19,11 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 hdtbl_srcdir = $(top_srcdir)/contrib/hdtbl
-hdtbl_builddir = $(top_builddir)/contrib/hdtbl
 
 man7_MANS += contrib/hdtbl/groff_hdtbl.7
 
 # Groff command used to generate .ps files
-HDTBL_TFLAG = -M$(hdtbl_srcdir) -M$(hdtbl_builddir)
+HDTBL_TFLAG = -M$(hdtbl_srcdir)
 HDTBL_PFLAG=-t -p -e -U
 HDTBLGROFF = \
   GROFF_COMMAND_PREFIX= \



reply via email to

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