summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
Diffstat (limited to 'fc-cache')
-rw-r--r--fc-cache/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am
index 26ca40de..3a6ffe11 100644
--- a/fc-cache/Makefile.am
+++ b/fc-cache/Makefile.am
@@ -37,14 +37,14 @@ INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
bin_PROGRAMS=fc-cache
-EXTRA_DIST=fc-cache.sgml
+man_MANS=fc-cache.1
+
+EXTRA_DIST=fc-cache.sgml $(man_MANS)
fc_cache_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
-man_MANS=fc-cache.1
-
${man_MANS}: ${SGML}
$(RM) $@
$(DOC2MAN) ${SGML}