summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 - > $@
#