aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-25 12:09:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-25 12:09:08 +1200
commite97200b545757b47329683ad6117c0854f28ae3e (patch)
treeaf1b8494b51c92ec90f07ce5779d2f4a351d6bc8 /Makefile
parentSwitch back to read array split for targets (diff)
downloaddotfiles-e97200b545757b47329683ad6117c0854f28ae3e.tar.gz
dotfiles-e97200b545757b47329683ad6117c0854f28ae3e.zip
Remove unneeded targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0cf4977c..f56bca27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
.PHONY : all \
clean \
distclean \
- gnupg \
- dotfiles-man \
- tmux \
install \
install-abook \
install-bash \
@@ -56,7 +53,7 @@
lint-games \
lint-urxvt
-all : gnupg
+all : gnupg/gpg.conf
clean distclean :
rm -f \
@@ -64,22 +61,16 @@ clean distclean :
man/man7/dotfiles.7 \
tmux/tmux.conf
-gnupg : gnupg/gpg.conf
-
gnupg/gpg.conf : gnupg/gpg.conf.m4
m4 -D DOTFILES_HOME="$(HOME)" \
gnupg/gpg.conf.m4 > gnupg/gpg.conf
-dotfiles-man : man/man7/dotfiles.7
-
man/man7/dotfiles.7 : README.markdown man/man7/dotfiles.7.header
cat man/man7/dotfiles.7.header README.markdown | \
pandoc -sS -t man -o "$@"
TMUX_COLOR := colour237
-tmux : tmux/tmux.conf
-
tmux/tmux.conf : tmux/tmux.conf.m4
m4 -D TMUX_COLOR="$(TMUX_COLOR)" \
tmux/tmux.conf.m4 > tmux/tmux.conf