summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-04-20 17:35:12 +0200
committerJonas Smedegaard <dr@jones.dk>2011-04-20 17:35:12 +0200
commitb97b6ce523e8bff05f4fecd98e2211a2601008d7 (patch)
tree25ceecb1b8779c41a8d6dcc6527e819f30775388 /Makefile
parent21f7515c1ee8d1046edd0b732bf9ca7de607db40 (diff)
Stop initially generating no longer used external compass config.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82f01c1..cb3a012 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ submodules:
config: submodules
mkdir -p '$@'
[ -e '$@/'*.setup ] || ikiwiki $(IKIWIKI_OPTIONS) --dumpsetup '$@/ikiwiki.setup'
- $(if $(wildcard shared/themes/Makefile),[ -e '$@/config.rb' ] || printf '# Compass config\nhttp_path = "/"\ncss_dir = "content"\nsass_dir = "content"\nimages_dir = "content"\njavascripts_dir = "content"\nfonts_dir = "content"\n' > '$@/config.rb')
content: submodules
mkdir -p '$@'