From: myon-guest Date: Sat, 21 May 2005 21:28:47 +0000 (+0000) Subject: Makefile for the caff and pgp-clean manpages X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=ca115f6e2aae736a001e6ed0ceda62502879e46e;p=pgp-tools.git Makefile for the caff and pgp-clean manpages git-svn-id: svn://svn.debian.org/pgp-tools/trunk@42 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/caff/Makefile b/caff/Makefile new file mode 100644 index 0000000..c739320 --- /dev/null +++ b/caff/Makefile @@ -0,0 +1,9 @@ +MAN = caff.1 pgp-clean.1 + +all: $(MAN) + +%.1: % + pod2man $< > $@ + +clean: + rm -f $(MAN)