gbranden pushed a commit to branch master
in repository groff.
commit 15c38e3bb3b5f30bfa9f05b27078b173264532a3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jan 30 21:09:08 2026 -0600
[mom]: Build and install typesetting.pdf example.
...even if URW fonts are unavailable at build time.
* contrib/mom/mom.am: Add "typesetting.pdf" target to
`MOMPROCESSEDEXAMPLEFILES` even if Automake variable `HAVE_URW_FONTS`
is false.
Follows up commit a08577e3ea.
---
contrib/mom/ChangeLog | 6 ++++++
contrib/mom/mom.am | 6 ++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 8381a728d..11875593c 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,9 @@
+2026-01-30 G. Branden Robinson <[email protected]>
+
+ * mom.am: Add "typesetting.pdf" target to
+ `MOMPROCESSEDEXAMPLEFILES` even if Automake variable
+ `HAVE_URW_FONTS` is false.
+
2026-01-15 G. Branden Robinson <[email protected]>
* om.tmac (PAD, TO_TOC, PDF_LINK): Simplify `pdfhref` calls.
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index 534b25570..a76cb6d53 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -99,10 +99,8 @@ MOMPROCESSEDEXAMPLEFILES = \
contrib/mom/examples/sample_docs.pdf \
contrib/mom/examples/slide-demo.pdf \
contrib/mom/examples/copyright-default.pdf \
- contrib/mom/examples/copyright-chapter.pdf
-if HAVE_URW_FONTS
-MOMPROCESSEDEXAMPLEFILES += contrib/mom/examples/typesetting.pdf
-endif
+ contrib/mom/examples/copyright-chapter.pdf \
+ contrib/mom/examples/typesetting.pdf
momprocessedexampledir = $(exampledir)/mom
nodist_momprocessedexample_DATA = $(MOMPROCESSEDEXAMPLEFILES)
endif
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit