aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9e32c19..fac7b1b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -61,7 +61,7 @@ CLEANFILES += $(women_DATA)
$@ $<
%.intermediate : % sciteco.tmac
- @GROFF@ -wall -Z -Tascii -t -man -M@srcdir@ -msciteco $< >$@
+ @GROFF@ -wall -Z -Kutf-8 -Tutf8 -t -man -M@srcdir@ -msciteco $< >$@
man_MANS = grosciteco.tes.1
EXTRA_DIST = grosciteco.tes.1.in
@@ -95,6 +95,10 @@ SUFFIXES += .htbl .html
.htbl.html:
@GROFF@ -wall -Thtml -man $< >$@
+# FIXME: We may want to build the cheat sheet automatically.
+# This would require a full Groff installation, though.
+EXTRA_DIST += cheat-sheet.mm
+
#
# Doxygen processing (do not install or distribute)
#