summaryrefslogtreecommitdiff
path: root/contrib/hdtbl
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2021-07-11 23:14:03 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2021-07-12 04:17:00 +1000
commit5211986692bab3bd10dec736f46d38a4d6792ab4 (patch)
tree04f7a5ef26955d697f207d5e18c6db2990b35f90 /contrib/hdtbl
parentc13737714de346eccd83a5d2d8dae1c791d0922b (diff)
downloadgroff-git-5211986692bab3bd10dec736f46d38a4d6792ab4.tar.gz
[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.
Diffstat (limited to 'contrib/hdtbl')
-rw-r--r--contrib/hdtbl/ChangeLog8
-rw-r--r--contrib/hdtbl/hdtbl.am3
2 files changed, 9 insertions, 2 deletions
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 9fdc85db9..9add31bb0 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 1a68433a5..68bbe83e7 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= \