summaryrefslogtreecommitdiffstats
path: root/stumpwm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-26 22:19:45 +0200
committerGravatar Tom Willemsen2012-08-26 22:19:45 +0200
commita81a4ec40737452979fbf378c79a99a31662e857 (patch)
tree9f6001cc2ac6d6f61e04ea8c09f1608d86f1a1c2 /stumpwm
parent999f51952e31e1101b54873b5550e6116f13dfaa (diff)
downloaddotfiles-a81a4ec40737452979fbf378c79a99a31662e857.tar.gz
dotfiles-a81a4ec40737452979fbf378c79a99a31662e857.zip
stumpwm: Use .lisp extension
Diffstat (limited to 'stumpwm')
-rw-r--r--stumpwm/Makefile11
-rw-r--r--stumpwm/stumpwmrc.lisp (renamed from stumpwm/stumpwmrc)0
2 files changed, 8 insertions, 3 deletions
diff --git a/stumpwm/Makefile b/stumpwm/Makefile
index 98362a6..06c6d85 100644
--- a/stumpwm/Makefile
+++ b/stumpwm/Makefile
@@ -1,4 +1,9 @@
-.PHONY: all install
+files = stumpwmrc.lisp
+install-files = $(addprefix install-,$(files))
+
+.PHONY: all install $(install-files)
all:
-install: stumpwmrc
- install -Dm 444 $^ ${HOME}/.$^
+install: $(install-files)
+
+$(install-files): install-%.lisp:
+ install -Dm 444 $*.lisp ${HOME}/.$*
diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc.lisp
index 1bed825..1bed825 100644
--- a/stumpwm/stumpwmrc
+++ b/stumpwm/stumpwmrc.lisp