diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 12:49:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 12:49:33 +0200 |
commit | 4b7c6e85f816bee9b1ba41f92ba6039add137e25 (patch) | |
tree | ab2b8de0b359396176a0484025dfdb25b0678a18 | |
parent | e73c40c6ea8ff33e551d35dc722fa5f69292e358 (diff) |
Disable locales and flavors by default.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,11 +2,11 @@ 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_LOCALES = da nb ikiwiki_POLOCALES = da #dummy_MODULES = content_dummy |