aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 41bb58c..f69d95f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -89,11 +89,10 @@ endif
%.htbl : % htbl.tes
$(SCITECO_FULL) -m -- @srcdir@/htbl.tes $< $@
-SUFFIXES += .htbl .html
-.htbl.html:
+%.html : %.htbl
@GROFF@ -wall -Thtml -man $< >$@
-.ms.html:
+%.html : %.ms
@GROFF@ -wall -Thtml -ms $< >$@
# FIXME: We may want to build the cheat sheet automatically.