aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-16 14:48:23 -0300
committerEuAndreh <eu@euandre.org>2023-03-16 15:21:35 -0300
commit32663dd2a2bf989d804b4cad94531a8cf70d31ec (patch)
tree1520ba44253d8c21f7498fbdf7e64b601bd5779f
parentetc/guix/system.scm: Remove local Postfix service code, use from org-euandre ... (diff)
downloaddotfiles-32663dd2a2bf989d804b4cad94531a8cf70d31ec.tar.gz
dotfiles-32663dd2a2bf989d804b4cad94531a8cf70d31ec.tar.xz
Makefile: Generate postmap derived files in tilde repository
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 22fcf1a..5a6d30e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,6 @@ derived-assets = \
$(XDG_CONFIG_HOME)/xmobar/xmobarrc \
$(XDG_DATA_HOME)/common-lisp/source \
$(XDG_DATA_HOME)/euandreh/e.list.txt \
- $(PRIV_STATEDIR)/postfix/relayhosts-maps.db \
- $(PRIV_STATEDIR)/postfix/sasl-password.db \
$(HOME)/.ssh \
$(lisp-images)
@@ -71,13 +69,6 @@ $(HOME)/Documents/txt/:
$(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.sh
sh opt/aux/gen-e-list.sh > $@
-$(PRIV_STATEDIR)/postfix/relayhosts-maps.db $(PRIV_STATEDIR)/postfix/sasl-password.db:
- postmap $(@D)/`basename $@ .db`
-
-$(PRIV_STATEDIR)/postfix/sasl-password: tilde
-$(PRIV_STATEDIR)/postfix/sasl-password.db: $(PRIV_STATEDIR)/postfix/sasl-password
-$(PRIV_STATEDIR)/postfix/relayhosts-maps.db: $(PRIV_STATEDIR)/postfix/relayhosts-maps
-
$(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li
I=`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1` && \
li -vI $$I -E "(format t \"Image for \\\"$$I\\\" created.~%\")"