gbranden pushed a commit to branch master
in repository groff.
commit 9d935ef6be02ea7d23b6995f37ee5b3bc8f4776c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Feb 3 05:38:29 2026 -0600
[mom]: De-parameterize example creation.
* contrib/mom/mom.am: Populate `MOMPROCESSEDEXAMPLEFILES`
unconditionally. We now build all of her examples regardless of
gropdf(1)'s service level (see its man page).
(install_mom): De-parameterize installation of examples as well.
---
contrib/mom/ChangeLog | 7 +++++++
contrib/mom/mom.am | 4 ----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 11875593c..669aede0c 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,10 @@
+2026-02-03 G. Branden Robinson <[email protected]>
+
+ * mom.am: Populate `MOMPROCESSEDEXAMPLEFILES` unconditionally.
+ We now build all of her examples regardless of gropdf(1)'s
+ service level (see its man page).
+ (install_mom): De-parameterize installation of examples as well.
+
2026-01-30 G. Branden Robinson <[email protected]>
* mom.am: Add "typesetting.pdf" target to
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index a76cb6d53..b99e869f2 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -91,7 +91,6 @@ MOMEXAMPLEFILES=\
momexampledir = $(exampledir)/mom
dist_momexample_DATA = $(MOMEXAMPLEFILES)
-if USE_GROPDF
MOMPROCESSEDEXAMPLEFILES = \
contrib/mom/examples/letter.pdf \
contrib/mom/examples/mom-pdf.pdf \
@@ -103,7 +102,6 @@ MOMPROCESSEDEXAMPLEFILES = \
contrib/mom/examples/typesetting.pdf
momprocessedexampledir = $(exampledir)/mom
nodist_momprocessedexample_DATA = $(MOMPROCESSEDEXAMPLEFILES)
-endif
mom_test_template = contrib/mom/examples/test-mom.sh.in
@@ -156,12 +154,10 @@ penguin.pdf:
install-data-hook: install_mom
install_mom:
-if USE_GROPDF
for f in $(PDFDOCFILE); do \
$(RM) $(DESTDIR)$(pdfdocdir)/$$f; \
$(LN_S) $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
done
-endif
uninstall_groffdirs: uninstall_mom
uninstall_mom:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit