gbranden pushed a commit to branch master
in repository groff.
commit 2939e64dc8b663967c1a4f187d0758edfd26c612
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Feb 26 05:01:08 2025 -0600
[mom]: Tidy up Automake macro definition.
* contrib/mom/mom.am: Stop specifying `PDFMOM_BIN_PATH` environment
variable in `MOMPDFMOM` macro housing shell command. Nothing checks
the environment for this variable, and according to `git log -p`
history going all the way back to 2012 when pdfmom(1) landed, nothing
ever has.
---
contrib/mom/ChangeLog | 8 ++++++++
contrib/mom/mom.am | 1 -
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 8d4ebd53b..1ba589e12 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,11 @@
+2025-02-26 G. Branden Robinson <[email protected]>
+
+ * mom.am: Stop specifying `PDFMOM_BIN_PATH` environment
+ variable in `MOMPDFMOM` macro housing shell command. Nothing
+ checks the environment for this variable, and according to `git
+ log -p` history going all the way back to 2012 when pdfmom(1)
+ landed, nothing ever has.
+
2024-10-15
* om.tmac: [PDF_IMAGE]: remove superfluous \!
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index cecd67108..77ecd54bb 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -26,7 +26,6 @@ mom_srcdir = $(top_srcdir)/contrib/mom
MOMPDFMOM = \
GROFF_COMMAND_PREFIX= \
GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
- PDFMOM_BIN_PATH="$(top_builddir)" \
$(PDFMOMBIN) $(FFLAG) $(MFLAG) -M$(mom_srcdir) -K utf8 -p -e -t \
-wall -b
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit