summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aea6cf97..c3a63a3c 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,9 @@ install-tests:
txr-manpage.html: txr.1 genman.txr
man2html $< | ./$(PROG) genman.txr - > $@
+txr-manpage.pdf: txr.1
+ tbl $< | pdfroff -man --no-toc - > $@
+
config.make config.h:
@echo "$@ missing: you didn't run ./configure"
@exit 1