diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-04-20 17:35:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-04-20 17:35:12 +0200 |
commit | b97b6ce523e8bff05f4fecd98e2211a2601008d7 (patch) | |
tree | 25ceecb1b8779c41a8d6dcc6527e819f30775388 /Makefile | |
parent | 21f7515c1ee8d1046edd0b732bf9ca7de607db40 (diff) |
Stop initially generating no longer used external compass config.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 '$@' |