summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-26 06:42:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-26 06:42:31 -0700
commit60d39e586279076a4f0dbf58a3f9b75112ff8a59 (patch)
treef7b7425cbbef7f6f5f7e31f23378b77200af47dc /Makefile
parent969157bc8702fb307668386238c4a0edef43b4fd (diff)
downloadtxr-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9dea2f3..eaf50be1 100644
--- a/Makefile
+++ b/Makefile
@@ -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 - > $@
#