Put examples in .../examples/$prog, not the other way round.
[pgp-tools.git] / gpgsigs / Makefile
index bc5569c0fb89f3f0ab02fa1cfc539007a90c380c..aa40153ce1cab3859c29a23605926872141d5569 100644 (file)
@@ -3,5 +3,13 @@ all: gpgsigs.1
 gpgsigs.1: gpgsigs
        pod2man $< > $@
 
+install:
+       install -D gpgsigs $(DESTDIR)/usr/bin/gpgsigs
+       install -D gpgsigs-eps-helper \
+               $(DESTDIR)/usr/share/signing-party/gpgsigs-eps-helper
+       install -d $(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
+       install -m644 gpgsigs-lt2k5*.txt \
+               $(DESTDIR)/usr/share/doc/signing-party/examples/gpgsigs
+
 clean:
        rm -f gpgsigs.1