summaryrefslogtreecommitdiff
path: root/contrib/hdtbl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-12 14:36:12 +0200
committerIngo Schwarze <schwarze@openbsd.org>2022-04-15 13:11:30 +0200
commit3805d2a0e4aebb84d896f86285fd565488e849bb (patch)
treeef0f89a6097a95a631a01d11fda7bb2bdcbdaab8 /contrib/hdtbl
parent876f3b98e164816e1b1ed8ce9ca9f65d1c095fce (diff)
downloadgroff-git-3805d2a0e4aebb84d896f86285fd565488e849bb.tar.gz
[configure] Delete the --with-doc option.
This option was harmful, ill-designed, buggy, and essentially unmaintained and untested. For more details on the rationale, see the NEWS file. OK gbranden@ and no objection when shown on groff at gnu dot org.
Diffstat (limited to 'contrib/hdtbl')
-rw-r--r--contrib/hdtbl/ChangeLog8
-rw-r--r--contrib/hdtbl/hdtbl.am8
2 files changed, 9 insertions, 7 deletions
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 12de4fecf..a66ef7617 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,11 @@
+2022-04-12 Ingo Schwarze <schwarze@openbsd.org>
+
+ Delete the harmful, ill-designed, buggy, and essentially
+ unmaintained and untested --with-doc option of the configure
+ script. See the NEWS file for more details on the rationale.
+
+ * hdtbl.am: Delete two BUILD_EXAMPLES conditionals.
+
2022-03-30 G. Branden Robinson <g.branden.robinson@gmail.com>
* hdtbl.am: Eliminate `HDTBL_TFLAG` and `HDTBL_PFLAG` Make
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 2c10dc6a6..19af0ea2b 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -75,16 +75,12 @@ HDTBLPROCESSEDEXAMPLEFILES = \
contrib/hdtbl/examples/short_reference.ps
hdtblexampledir = $(exampledir)/hdtbl
-
-if BUILD_EXAMPLES
dist_hdtblexample_DATA = $(HDTBLEXAMPLEFILES)
nodist_hdtblexample_DATA = \
$(HDTBLGENFILES) \
$(HDTBLPROCESSEDEXAMPLEFILES) \
$(DOC_GNU_EPS)
-else
-EXTRA_DIST += $(HDTBLEXAMPLEFILES)
-endif
+
$(hdtblexample_DATA): $(HDTBLTMACFILES)
MOSTLYCLEANFILES += $(HDTBLGENFILES) $(HDTBLPROCESSEDEXAMPLEFILES)
@@ -94,7 +90,6 @@ EXTRA_DIST += \
contrib/hdtbl/TODO \
contrib/hdtbl/groff_hdtbl.7.man
-if BUILD_EXAMPLES
hdtbl_TESTS = contrib/hdtbl/examples/test-hdtbl.sh
TESTS += $(hdtbl_TESTS)
contrib/hdtbl/examples/test-hdtbl.sh: \
@@ -107,7 +102,6 @@ contrib/hdtbl/examples/test-hdtbl.sh: \
$(top_srcdir)/$(hdtbl_test_template) > $@ \
&& chmod +x $@
MOSTLYCLEANFILES += $(hdtbl_TESTS)
-endif
# Rule to generate ps and roff files
SUFFIXES += .roff .in .ps