diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-26 06:42:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-26 06:42:31 -0700 |
commit | 60d39e586279076a4f0dbf58a3f9b75112ff8a59 (patch) | |
tree | f7b7425cbbef7f6f5f7e31f23378b77200af47dc /Makefile | |
parent | 969157bc8702fb307668386238c4a0edef43b4fd (diff) | |
download | txr-60d39e586279076a4f0dbf58a3f9b75112ff8a59.tar.gz txr-60d39e586279076a4f0dbf58a3f9b75112ff8a59.tar.bz2 txr-60d39e586279076a4f0dbf58a3f9b75112ff8a59.zip |
Adding manual page checker.
* Makefile (txr-manpage.pdf): Invoke checkman.txr
on the man page source.
* checkman.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -432,7 +432,8 @@ install-tests: txr-manpage.html: txr.1 genman.txr man2html $< | $(TXR) genman.txr - > $@ -txr-manpage.pdf: txr.1 +txr-manpage.pdf: txr.1 checkman.txr + $(TXR) checkman.txr $< tbl $< | pdfroff -ww -man --no-toc - > $@ # |