diff options
Diffstat (limited to 'fc-cat')
-rw-r--r-- | fc-cat/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fc-cat/Makefile.am b/fc-cat/Makefile.am index 58745959..8a2939ae 100644 --- a/fc-cat/Makefile.am +++ b/fc-cat/Makefile.am @@ -44,8 +44,8 @@ fc_cat_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) |