diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-26 06:20:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-26 06:20:13 -0700 |
commit | 969157bc8702fb307668386238c4a0edef43b4fd (patch) | |
tree | 7531e3b2a4854eb392024245a9d1e0908bde3193 | |
parent | 53e1261f789f4a2a6b780c28e3c9dbcb79260028 (diff) | |
download | txr-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.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |