Skip to content

Commit 8766bcc

Browse files
committed
Merge branch 'fc/docbook-remove-groff-workaround'
Remove workaround for ancient versions of DocBook to make it work correctly with groff, which has not been necessary since docbook 1.76 from 2010. * fc/docbook-remove-groff-workaround: doc: remove GNU troff workaround
2 parents cdb1ef0 + ee6ad78 commit 8766bcc

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

Documentation/Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,6 @@ MAN_BASE_URL = file://$(htmldir)/
191191
endif
192192
XMLTO_EXTRA += -m manpage-base-url.xsl
193193

194-
# If your target system uses GNU groff, it may try to render
195-
# apostrophes as a "pretty" apostrophe using unicode. This breaks
196-
# cut&paste, so you should set GNU_ROFF to force them to be ASCII
197-
# apostrophes. Unfortunately does not work with non-GNU roff.
198-
ifdef GNU_ROFF
199-
XMLTO_EXTRA += -m manpage-quote-apos.xsl
200-
endif
201-
202194
ifdef USE_ASCIIDOCTOR
203195
ASCIIDOC = asciidoctor
204196
ASCIIDOC_CONF =

Documentation/manpage-quote-apos.xsl

Lines changed: 0 additions & 16 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ include shared.mak
207207
# Define NO_ST_BLOCKS_IN_STRUCT_STAT if your platform does not have st_blocks
208208
# field that counts the on-disk footprint in 512-byte blocks.
209209
#
210-
# Define GNU_ROFF if your target system uses GNU groff. This forces
211-
# apostrophes to be ASCII so that cut&pasting examples to the shell
212-
# will work.
213-
#
214210
# Define USE_ASCIIDOCTOR to use Asciidoctor instead of AsciiDoc to build the
215211
# documentation.
216212
#

0 commit comments

Comments
 (0)