summaryrefslogtreecommitdiff
path: root/fc-pattern
diff options
context:
space:
mode:
Diffstat (limited to 'fc-pattern')
-rw-r--r--fc-pattern/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/fc-pattern/Makefile.am b/fc-pattern/Makefile.am
index a7db2105..fa66006c 100644
--- a/fc-pattern/Makefile.am
+++ b/fc-pattern/Makefile.am
@@ -44,8 +44,8 @@ fc_pattern_LDADD = ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
${man_MANS}: ${SGML}
- $(RM) $@
- $(DOC2MAN) ${SGML}
+ $(AM_V_GEN) $(RM) $@; \
+ $(DOC2MAN) ${SGML}; \
$(RM) manpage.*
all-local: $(man_MANS)