aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2017-02-23 04:16:16 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2017-02-23 04:16:16 +0100
commitb78ddcadf3c4c9e4722d83074a78fed2f6c344fb (patch)
treea2f4e7eab8a04fa21a3d383c53416ebf507bdb37 /doc
parent1620d3ff4b3e7111343c553d66b3edabe06bc431 (diff)
downloadsciteco-b78ddcadf3c4c9e4722d83074a78fed2f6c344fb.tar.gz
print all warnings when invoking Groff
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
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)