summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-26 16:56:27 +0000
committerWerner Koch <wk@gnupg.org>1998-02-26 16:56:27 +0000
commitb36eb963b33df94222b42ecb64476196744a17e7 (patch)
tree611a68b4e98be5ef05981eaeaf8fecdf0b2c214f /doc/Makefile.am
parenta824a105ddbda46360246d74fed925145cd15b3f (diff)
downloadlibgcrypt-b36eb963b33df94222b42ecb64476196744a17e7.tar.gz
release 0.2.9
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 00000000..0c8690c7
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,13 @@
+## Process this file with automake to create Makefile.in
+
+EXTRA_DIST = DETAILS rfcs gpg.1pod gpg.1
+
+man_MANS = gpg.1
+
+%: %pod
+ pod2man $< --section=`echo $@ | sed 's/^.*(?)$$/$$&/'`\
+ --release="`date -r $< '+%d %b %Y'`"\
+ --center="GNU Tools" --date=' '\
+ >$@,$$$$ && mv -f $@,$$$$ $@\
+ || rm -f $@,$$$$
+