gbranden pushed a commit to branch master
in repository groff.
commit 1ff0d0d6f1a4d30799ea7023bd86a61981bcecfd
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 11 09:08:33 2021 +1100
[mom]: Build more quietly.
* contrib/mom/mom.am (penguin.{ps,.pdf}: Make targets quiet by default;
they are simple file copies.
---
ChangeLog | 7 +++++++
contrib/mom/mom.am | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 67ff121..8c8271d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-11-11 G. Branden Robinson <[email protected]>
+ [mom]: Build more quietly.
+
+ * contrib/mom/mom.am (penguin.{ps,.pdf}: Make targets quiet by
+ default; they are simple file copies.
+
+2021-11-11 G. Branden Robinson <[email protected]>
+
[tests]: Revise a test's setup.
* src/roff/groff/tests/fp_should_not_traverse_directories.sh:
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index 25ee0ed..7342b06 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -155,9 +155,9 @@ $(MOMPROCESSEDEXAMPLEFILES): $(MOMNORMALFILES) \
gnu.eps font/devpdf/build_font_files
penguin.ps:
- cp $(mom_srcdir)/examples/penguin.ps $@
+ $(AM_V_at)cp $(mom_srcdir)/examples/penguin.ps $@
penguin.pdf:
- cp $(mom_srcdir)/examples/penguin.pdf $@
+ $(AM_V_at)cp $(mom_srcdir)/examples/penguin.pdf $@
install-data-hook: install_mom
install_mom:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit