diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 14:48:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 15:21:35 -0300 |
commit | 32663dd2a2bf989d804b4cad94531a8cf70d31ec (patch) | |
tree | 1520ba44253d8c21f7498fbdf7e64b601bd5779f | |
parent | etc/guix/system.scm: Remove local Postfix service code, use from org-euandre ... (diff) | |
download | dotfiles-32663dd2a2bf989d804b4cad94531a8cf70d31ec.tar.gz dotfiles-32663dd2a2bf989d804b4cad94531a8cf70d31ec.tar.xz |
Makefile: Generate postmap derived files in tilde repository
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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.~%\")" |