Put examples in .../examples/$prog, not the other way round.
[pgp-tools.git] / gpgsigs / Makefile
1 all: gpgsigs.1
2
3 gpgsigs.1: gpgsigs
4 pod2man $< > $@
5
6 install:
7 install -D gpgsigs $(DESTDIR)/usr/bin/gpgsigs
8 install -D gpgsigs-eps-helper \
9 $(DESTDIR)/usr/share/signing-party/gpgsigs-eps-helper
10 install -d $(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
11 install -m644 gpgsigs-lt2k5*.txt \
12 $(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
13
14 clean:
15 rm -f gpgsigs.1