summaryrefslogtreecommitdiff
path: root/doc/doc.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-12-27 02:57:52 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-12-27 03:00:54 -0600
commit64f1c2569211f8136e3a2aca2fe635f975042f7e (patch)
tree7af613d8e8cd75228e58a2701dec2b13f5c54b79 /doc/doc.am
parent78922cf9f39f6ebcd3a80aaab9c3a2931b8b0ad4 (diff)
downloadgroff-git-64f1c2569211f8136e3a2aca2fe635f975042f7e.tar.gz
doc/doc.am: Tweak style of groff-man-pages.pdf.
* doc/doc.am (doc/groff-man-pages.pdf): Set (sub) section headings in Helvetica bold in compiled man pages, as a test and demonstration of the `HF` feature's application to both man(7) and mdoc(7) documents.
Diffstat (limited to 'doc/doc.am')
-rw-r--r--doc/doc.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc.am b/doc/doc.am
index 76a920133..a2794b567 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -256,8 +256,8 @@ man-clean:
# feature of gropdf.
doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) eqn pic tbl \
$(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC) font/devps/freeeuro.pfa
- $(GROFF_V)$(DOC_GROFF) -pet -mandoc -rC1 -rCHECKSTYLE=3 \
- -Tpdf -P-e \
+ $(GROFF_V)$(DOC_GROFF) -pet -mandoc -dHF=HB -rC1 \
+ -rCHECKSTYLE=3 -Tpdf -P-e \
$(GROFF_MAN_PAGES1) \
$(tmac_srcdir)/sv.tmac $(GROFF_MAN_PAGES2) \
$(tmac_srcdir)/en.tmac $(GROFF_MAN_PAGES3) > $@