diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-09-22 Kaz Kylheku <kaz@kylheku.com> + + * Makefile (txr-manpage.pdf): New target. + 2014-09-10 Kaz Kylheku <kaz@kylheku.com> * lib.c (compat_fixup): void return changed to int. @@ -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 |