summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-26 06:20:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-26 06:20:13 -0700
commit969157bc8702fb307668386238c4a0edef43b4fd (patch)
tree7531e3b2a4854eb392024245a9d1e0908bde3193 /Makefile
parent53e1261f789f4a2a6b780c28e3c9dbcb79260028 (diff)
downloadtxr-969157bc8702fb307668386238c4a0edef43b4fd.tar.gz
txr-969157bc8702fb307668386238c4a0edef43b4fd.tar.bz2
txr-969157bc8702fb307668386238c4a0edef43b4fd.zip
Check man page for errors when generating PDF.
* Makefile (txr-manpage.pdf): Add -ww option to pdfroff to report all errors, such as uses of undefined macros.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dae4438b..d9dea2f3 100644
--- a/Makefile
+++ b/Makefile
@@ -433,7 +433,7 @@ txr-manpage.html: txr.1 genman.txr
man2html $< | $(TXR) genman.txr - > $@
txr-manpage.pdf: txr.1
- tbl $< | pdfroff -man --no-toc - > $@
+ tbl $< | pdfroff -ww -man --no-toc - > $@
#
# Special targets used by ./configure