summaryrefslogtreecommitdiff
path: root/contrib/glilypond
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-02-28 10:54:37 +0100
committerWerner Lemberg <wl@gnu.org>2018-02-28 12:34:50 +0100
commit6b56ce7c455c5a3ca5024a05870a122966be0ee3 (patch)
treefb19df4b1f0b45b9f9d0f2e3615b8573150e333f /contrib/glilypond
parent458891a439b521d53383b91ff6b956b0322afc7c (diff)
downloadgroff-git-6b56ce7c455c5a3ca5024a05870a122966be0ee3.tar.gz
Use $(AM_V_GEN) to silence file generation.
Diffstat (limited to 'contrib/glilypond')
-rw-r--r--contrib/glilypond/ChangeLog6
-rw-r--r--contrib/glilypond/glilypond.am17
2 files changed, 14 insertions, 9 deletions
diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index dc30577cd..fc54c92ea 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,6 +1,10 @@
+2018-02-28 Werner LEMBERG <wl@gnu.org>
+
+ * glilypond.am (glilypond): Use $(AM_V_GEN) to silence file generation.
+
2017-10-22 G. Branden Robinson <g.branden.robinson@gmail.com>
- args.pl: Fix grammar in usage message.
+ * args.pl: Fix grammar in usage message.
When used attributively, e.g. as an adjectival phrase,
"command-line" should be hyphenated.
diff --git a/contrib/glilypond/glilypond.am b/contrib/glilypond/glilypond.am
index 2e49fcafa..8fe51e00b 100644
--- a/contrib/glilypond/glilypond.am
+++ b/contrib/glilypond/glilypond.am
@@ -49,14 +49,15 @@ EXTRA_DIST += \
# create perl executable 'glilypond', being stored into 'bindir'
glilypond: $(glilypond_srcdir)/glilypond.pl shdeps.sed
- $(RM) $@
- sed -f "$(SH_DEPS_SED_SCRIPT)" \
- -e "s|[@]g[@]|$(g)|g" \
- -e "s|[@]BINDIR[@]|$(DESTDIR)$(bindir)|g" \
- -e "s|[@]glilypond_dir[@]|$(DESTDIR)$(glilypond_dir)|g" \
- -e "s|[@]VERSION[@]|$(VERSION)|g" \
- $(glilypond_srcdir)/glilypond.pl >$@
- chmod +x $@
+ $(AM_V_GEN)$(RM) $@ \
+ && sed -f "$(SH_DEPS_SED_SCRIPT)" \
+ -e "s|[@]g[@]|$(g)|g" \
+ -e "s|[@]BINDIR[@]|$(DESTDIR)$(bindir)|g" \
+ -e "s|[@]glilypond_dir[@]|$(DESTDIR)$(glilypond_dir)|g" \
+ -e "s|[@]VERSION[@]|$(VERSION)|g" \
+ $(glilypond_srcdir)/glilypond.pl \
+ >$@ \
+ && chmod +x $@
uninstall_groffdirs: uninstall-glilypond-hook
uninstall-glilypond-hook: