summaryrefslogtreecommitdiff
path: root/fc-match
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-match
parentcf3e888b71a22e5c5875b96bf29557746044bd2b (diff)
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-match')
-rw-r--r--fc-match/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-match/Makefile.am b/fc-match/Makefile.am
index c35ca221..c5e77da3 100644
--- a/fc-match/Makefile.am
+++ b/fc-match/Makefile.am
@@ -31,14 +31,14 @@ SGML = ${FC_MATCH_SRC}/fc-match.sgml
INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
-EXTRA_DIST=fc-match.sgml
+man_MANS=fc-match.1
+
+EXTRA_DIST=fc-match.sgml $(man_MANS)
fc_match_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK
-man_MANS=fc-match.1
-
${man_MANS}: ${SGML}
$(RM) $@
$(DOC2MAN) ${SGML}