summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a773d2b..8c6e94e 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,12 +1,14 @@
man_MANS_DIST = \
colormgr.1 \
cd-create-profile.1 \
- cd-fix-profile.1
+ cd-fix-profile.1 \
+ cd-it8.1
EXTRA_DIST = \
colormgr.sgml \
cd-create-profile.sgml \
cd-fix-profile.sgml \
+ cd-it8.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
+cd-it8.1: cd-it8.sgml
+ $(AM_V_GEN) \
+ docbook2man $? > /dev/null
endif
MAINTAINERCLEANFILES = \