[Pgp-tools-commit] r42 - trunk/caff

Christoph Berg myon-guest at costa.debian.org
Sat May 21 21:28:48 UTC 2005


Author: myon-guest
Date: 2005-05-21 21:28:47 +0000 (Sat, 21 May 2005)
New Revision: 42

Added:
   trunk/caff/Makefile
Log:
Makefile for the caff and pgp-clean manpages


Added: trunk/caff/Makefile
===================================================================
--- trunk/caff/Makefile	2005-05-21 21:10:48 UTC (rev 41)
+++ trunk/caff/Makefile	2005-05-21 21:28:47 UTC (rev 42)
@@ -0,0 +1,9 @@
+MAN = caff.1 pgp-clean.1
+
+all: $(MAN)
+
+%.1: %
+	pod2man $< > $@
+
+clean:
+	rm -f $(MAN)





More information about the Pgp-tools-commit mailing list