diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 13:09:59 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 13:09:59 +0200 |
commit | 84548401b3eb8275ed764926c593c148cf50043c (patch) | |
tree | 505327d10e9b0f0a86191def48c7a216cfc932ba /Makefile | |
parent | d331142d3b4d740e4b1e8306ff7667b37332ed0a (diff) |
Use nonedit branch and dummy content for main setup.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,14 +2,14 @@ SOURCES = ikiwiki ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE ikiwiki_MODULES = templates basewiki smiley -#ikiwiki_basewiki_FLAVORS = nonedit -#ikiwiki_templates_FLAVORS = nonedit +ikiwiki_basewiki_FLAVORS = nonedit +ikiwiki_templates_FLAVORS = nonedit ikiwiki_POMODULES = basewiki smiley ikiwiki_BRANCH = master-FLAVOR-LOCALE #ikiwiki_LOCALES = da nb ikiwiki_POLOCALES = da -#dummy_MODULES = content_dummy +dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment #CONFIGS = ikiwiki.setup ikiwiki_admin.setup |