aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 08:02:53 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 08:02:53 -0300
commit9c6f17f2276e4bbae5829740ab1c6532831ecd17 (patch)
tree4d6f7e8b9769e1fb6ce31fa32394e22efaf64fe1
parentMakefile: Enforce creating $XDG_CACHE_HOME/ssh/conn (diff)
downloaddotfiles-9c6f17f2276e4bbae5829740ab1c6532831ecd17.tar.gz
dotfiles-9c6f17f2276e4bbae5829740ab1c6532831ecd17.tar.xz
Makefile: Consistent sort of $(derived-assets)
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e4d836f..4103626 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ derived-assets = \
$(pod2man) \
$(XDG_CACHE_HOME)/ssh/conn \
$(XDG_CONFIG_HOME)/ssh/id_rsa.pub \
- $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf \
$(XDG_CONFIG_HOME)/ssh/config \
+ $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf \
$(XDG_DATA_HOME)/common-lisp/source \
$(XDG_DATA_HOME)/euandreh/e.list.txt \
$(PRIV_STATEDIR)/postfix/relayhosts-maps.db \
@@ -37,9 +37,6 @@ share/man/man1/x.1 share/man/man1/z.1:
share/man/man1/x.1: bin/x
share/man/man1/z.1: bin/z
-$(XDG_DATA_HOME)/common-lisp/source:
- ln -s $(SRC)/libre $@
-
$(XDG_CACHE_HOME)/ssh/conn:
mkdir -p $@
@@ -55,6 +52,9 @@ $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf: $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf
printf 'pinentry-program ' >> $@
command -v pinentry-gtk-2 >> $@
+$(XDG_DATA_HOME)/common-lisp/source:
+ ln -s $(SRC)/libre $@
+
$(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh
sh opt/aux/gen-e-list.sh > $@