From 3805d2a0e4aebb84d896f86285fd565488e849bb Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 12 Apr 2022 14:36:12 +0200 Subject: [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. --- contrib/hdtbl/ChangeLog | 8 ++++++++ contrib/hdtbl/hdtbl.am | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'contrib/hdtbl') 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 + + 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 * 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 -- cgit v1.2.1