diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-09-01 15:30:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-09-01 15:30:39 +0200 |
commit | a3912db2f3bc5db10c6992922edd813761b754cb (patch) | |
tree | 31fca6935a02eb9633b31fa9016d6cc94466fefc /Makefile | |
parent | 3c18db0ea57f226d108ced76d5341f34d38d136f (diff) | |
parent | aa398c02e9582106682592ce068baeaf59836f60 (diff) |
Merge branch 'master' into _nb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ init: $(if $(dummy_MODULES),mkdir -p $(dummy_MODULES)) touch init -install:: +install:: init ifeq ($(strip $(CONFIGS)),) $(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!) endif |