From e116ae623f8949e9b35b8a02cce2241b7df560a9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 22 Sep 2014 06:57:47 -0700 Subject: * Makefile (txr-manpage.pdf): New target. --- ChangeLog | 4 ++++ Makefile | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc940d6a..ed0e07a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-22 Kaz Kylheku + + * Makefile (txr-manpage.pdf): New target. + 2014-09-10 Kaz Kylheku * lib.c (compat_fixup): void return changed to int. 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 -- cgit v1.2.3