* Start moving the installation machinery from debian/* to Makefiles.
[pgp-tools.git] / keylookup / Makefile
diff --git a/keylookup/Makefile b/keylookup/Makefile
new file mode 100644 (file)
index 0000000..dacd4db
--- /dev/null
@@ -0,0 +1,9 @@
+all:
+
+install:
+       install -D keylookup $(DESTDIR)/usr/bin/keylookup
+       install -D -m644 keylookup.1 $(DESTDIR)/usr/share/man/man1/keylookup.1
+       install -D -m644 NEWS \
+               $(DESTDIR)/usr/share/doc/signing-party/NEWS.keylookup
+
+clean: