summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-10-25 01:26:09 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-10-25 01:26:09 -0700
commit43d0454597dfb5375b1268edb79172779cc51113 (patch)
tree6880f0b3af6572b568ece496a0931e545cd132da /fc-cache
parentcf3e888b71a22e5c5875b96bf29557746044bd2b (diff)
downloadfontconfig-43d0454597dfb5375b1268edb79172779cc51113.tar.gz
Distribute man source files for command line programs (bug 9678).
For systems on whch DOCBOOK is unavailable, distribute command line program manual pages in .man format.
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 26ca40d..3a6ffe1 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}