diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
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. |