aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-24 09:03:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-24 09:03:43 +1300
commit89536815eec2dee00100604792764ab985f36d6b (patch)
tree910a0e7f76923c6188b7b3ed31122549927006c4 /Makefile
parentAdd -- separator to Makefile inference commands (diff)
downloaddotfiles-89536815eec2dee00100604792764ab985f36d6b.tar.gz
dotfiles-89536815eec2dee00100604792764ab985f36d6b.zip
Use builtin macros for filenames
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 781bb690..71a5ceeb 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ git/gitconfig: git/gitconfig.m4
-D DF_EMAIL=$(EMAIL) \
-D DF_KEY=$(KEY) \
-D DF_SENDMAIL=$(SENDMAIL) \
- git/gitconfig.m4 > git/gitconfig
+ git/gitconfig.m4 > $@
KEYSERVER = hkps://hkps.pool.sks-keyservers.net
@@ -132,7 +132,7 @@ gnupg/gpg.conf: gnupg/gpg.conf.m4
m4 \
-D DF_HOME=$(HOME) \
-D DF_KEYSERVER=$(KEYSERVER) \
- gnupg/gpg.conf.m4 > gnupg/gpg.conf
+ gnupg/gpg.conf.m4 > $@
man/man7/dotfiles.7df: README.markdown man/man7/dotfiles.7df.header
cat man/man7/dotfiles.7df.header README.markdown | \
@@ -145,7 +145,7 @@ TMUX_FG = colour248
tmux/tmux.conf: tmux/tmux.conf.m4
m4 -D DF_TMUX_BG=$(TMUX_BG) -D DF_TMUX_FG=$(TMUX_FG) \
- tmux/tmux.conf.m4 > tmux/tmux.conf
+ tmux/tmux.conf.m4 > $@
.awk:
bin/shb $< awk -f > $@