From f44579d72e2cd87dbdc9981978b734eef37740dd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 20 Apr 2011 17:36:48 +0200 Subject: Tidy spaces in rules. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb3a012..abbbf62 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ cssprojects ?= $(wildcard shared/themes/goab styling) -include shared/themes/include.mk always-make = $(filter -B,$(MAKEFLAGS)) -avoid-broken-git = $(shell cd content && git symbolic-ref -q HEAD > /dev/null || echo --no-rcs) +avoid-broken-git = $(shell cd content && git symbolic-ref -q HEAD > /dev/null || echo " --no-rcs") all: build @@ -30,6 +30,6 @@ content: submodules [ -e '$@/index.mdwn' ] || printf '# Hello world!\n\nHello world!\n' > '$@/index.mdwn' build: $(cssprojects) - find config -name *.setup -exec ikiwiki --setup '{}' $(avoid-broken-git) $(if $(always-make),--rebuild) ';' + find config -name *.setup -exec ikiwiki --setup '{}'$(avoid-broken-git)$(if $(always-make), --rebuild) ';' .PHONY: all build submodules content -- cgit v1.2.3