X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/fdc598f0ef23202f882200d2d26a2826e509c932..09fd1a8ed2f80a6d1349f83650c35dd0eef05c0d:/dovecot/Makefile diff --git a/dovecot/Makefile b/dovecot/Makefile index 495f587..e57b6d1 100644 --- a/dovecot/Makefile +++ b/dovecot/Makefile @@ -4,8 +4,13 @@ INPUTS := dovecot-sql.conf.ext local.conf OUTPUTS := $(INPUTS:%=$(DST)/%) -all: $(OUTPUTS) +all: $(OUTPUTS) setup + +.PHONY: setup $(DST)/%: % @mkdir -p $(@D) cp $^ $@ + +setup: + @./setup-dovecot.sh