summaryrefslogtreecommitdiff
path: root/pango-view
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-17 18:39:00 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-17 18:39:00 -0400
commitd4f8da3f4855db24484a8924d883df362561b7ce (patch)
treea17555582f1b351a1aee5cf375f1830ef7613c04 /pango-view
parentcaed415f553a60176b33e30ee37e891cb720e9c6 (diff)
downloadpango-d4f8da3f4855db24484a8924d883df362561b7ce.tar.gz
Bug 592131 - Add AM_SILENT_RULES
And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by default.
Diffstat (limited to 'pango-view')
-rw-r--r--pango-view/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index 451f0d86..7a5e25ed 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -90,8 +90,7 @@ dist_man_MANS = pango-view.1
$(srcdir)/pango-view.1: ../configure.in $(pango_view_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) pango-view$(EXEEXT)
- @echo "Creating $@ using help2man(1)"
- @$(top_builddir)/missing --run \
+ $(AM_V_GEN) $(top_builddir)/missing --run \
help2man --no-info --section=1 \
--help-option="--help-all" --output="$@.tmp" \
--name 'Pango text viewer' ./pango-view \