diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 97619b2..45a1428 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -60,7 +60,7 @@ CLEANFILES += $(women_DATA) $@ $< %.intermediate : % sciteco.tmac - @GROFF@ -Z -Tascii -t -man -M@srcdir@ -msciteco $< >$@ + @GROFF@ -wall -Z -Tascii -t -man -M@srcdir@ -msciteco $< >$@ man_MANS = grosciteco.tes.1 EXTRA_DIST = grosciteco.tes.1.in @@ -92,7 +92,7 @@ endif $(SCITECO_FULL) -m -- @srcdir@/htbl.tes $< $@ %.html : %.htbl - @GROFF@ -Thtml -man $< >$@ + @GROFF@ -wall -Thtml -man $< >$@ # # Doxygen processing (do not install or distribute) |