prepare for installation of gpgkeys_hkpms
[monkeysphere-validation-agent.git] / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index a62c307..351c049
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# Makefile for xul-ext-monkeysphere
+# Makefile for msva-perl
 
 # © 2010 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
 # Licensed under GPL v3 or later
@@ -8,13 +8,15 @@
 VERSION=`dpkg-parsechangelog -lChangelog | grep ^Version: | cut -f2 -d\ `
 DEBIAN_VERSION=`dpkg-parsechangelog | grep ^Version: | cut -f2 -d\ `
 
-all: msva-perl.1
+MANPAGES=msva-perl.1 msva-query-agent.1
 
-msva-perl.1: msva-perl
-       pod2man msva-perl msva-perl.1
+all: $(MANPAGES)
+
+%.1: %
+       pod2man $< $@
 
 clean: 
-       rm -f msva-perl.1
+       rm -f $(MANPAGES)
 
 debian-package:
        git buildpackage -uc -us