aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-28 05:37:28 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-06-28 05:41:09 +0300
commitc4b8dcc17b9c314f71edd8b66de6592709a96216 (patch)
tree63064cc9253ab4fe9615024ee404fb77fc4ea452 /doc/Makefile.am
parentb709f27a4cdbb60ed99f09f8a66c1541bd6c888a (diff)
downloadsciteco-c4b8dcc17b9c314f71edd8b66de6592709a96216.tar.gz
added cheat sheet
* This is supposed to allow new users without any prior exposure to SciTECO to pick up the basics of practical usage of SciTECO as an editor. It almost does not elaborate on scripting-side of things. * This requires a full Groff installation, so the document is not built by default.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9e32c19..2c50be0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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)
#