summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a773d2b..a2aae54 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,12 +1,14 @@
man_MANS_DIST = \
colormgr.1 \
cd-create-profile.1 \
+ colord.conf.1 \
cd-fix-profile.1
EXTRA_DIST = \
colormgr.sgml \
cd-create-profile.sgml \
cd-fix-profile.sgml \
+ colord.conf.sgml \
$(man_MANS_DIST)
if HAVE_DOCBOOK2MAN
@@ -24,6 +26,9 @@ cd-create-profile.1: cd-create-profile.sgml
cd-fix-profile.1: cd-fix-profile.sgml
$(AM_V_GEN) \
docbook2man $? > /dev/null
+colord.conf.1: colord.conf.sgml
+ $(AM_V_GEN) \
+ docbook2man $? > /dev/null
endif
MAINTAINERCLEANFILES = \