summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-11 15:37:01 +0200
committerGravatar Tom Willemsen2013-04-11 15:37:01 +0200
commit55ca176cd5022d2fc35bc2c06d5f9a764315f238 (patch)
tree3ee9e0df6dced4282af9116a8c93d888e30b7213 /.conkerorrc/styles/Makefile
parentcaf0ec0fb16b3f911d5d596766ee3048fe07fa66 (diff)
parent9ab70194a65f1d7ab726aaacdb43a58a02a048b6 (diff)
downloaddotfiles-55ca176cd5022d2fc35bc2c06d5f9a764315f238.tar.gz
dotfiles-55ca176cd5022d2fc35bc2c06d5f9a764315f238.zip
Merge remote-tracking branch 'ryuslash/drd' into phoenix
Conflicts: .config/herbstluftwm/autostart .emacs.d/init.el .xinitrc .zprofile Makefile xmonad/xmonad.hs
Diffstat (limited to '.conkerorrc/styles/Makefile')
-rw-r--r--.conkerorrc/styles/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.conkerorrc/styles/Makefile b/.conkerorrc/styles/Makefile
index fb44500..c75377b 100644
--- a/.conkerorrc/styles/Makefile
+++ b/.conkerorrc/styles/Makefile
@@ -1,4 +1,7 @@
DESTDIR:=$(DESTDIR)/styles
-objects=github.css help.css
+objects=github.css help.css git-scm.css
include ../../dotfiles.mk
+
+$(objects): %.css: %.less
+ lessc -x $^ > $@