summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: 0c8690c7892dfea760f1d585b487e1dee84b6ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 $@,$$$$