From 29b29a629aa7f64d4aadd8eb2b9a4a3ca272523a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Sep 2014 00:43:13 -0400 Subject: add generating the postfix map --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3253c91..c407c71 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ FAIL = exit 1 dep_dir = $1 $(shell find $1) users = $(call dep_dir,users) -all: PHONY pacman-keyring +all: PHONY pacman-keyring postfix-virtual-map clean: PHONY rm -rf output/cache @@ -20,6 +20,14 @@ distclean: PHONY #### +postfix-virtual-map: PHONY output/postfix-virtual-map/virtual-parabola.nu + +output/postfix-virtual-map/virtual-parabola.nu: ${users} + ${MKDIRS} ${@D} + bin/postfix-show-virtual-map > $@ + +#### + pacman-keyring: PHONY \ output/pacman-keyring/${KEYRING_NAME}.gpg \ output/pacman-keyring/${KEYRING_NAME}-trusted \ -- cgit v1.2.2