summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-14 22:22:19 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-14 22:22:19 +0200
commit473e54703ecd464c8aa0fe23aa668f8cb39b47ba (patch)
tree8454ce5e48e82df13c727279bec376d8dab155ad /Makefile
parentb440876a339be7e980220b9362c0fa1173257029 (diff)
Switch to nb locale and ikiwiki_nb.setup in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4f3fe1e..b1e52d0 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ikiwiki_MODULES = templates basewiki smiley
#ikiwiki_basewiki_FLAVORS = nonedit
#ikiwiki_templates_FLAVORS = nonedit
# locales used. Expands Git BRANCHes
-#ikiwiki_LOCALES = da nb
+ikiwiki_LOCALES = nb
# gettext-based modules and locales used
#ikiwiki_POMODULES = basewiki smiley
#ikiwiki_POLOCALES = da
@@ -18,7 +18,7 @@ ikiwiki_MODULES = templates basewiki smiley
#dummy_MODULES = content_dummy
# uncomment this when ikiwiki.setup is configured for the local environment
-#CONFIGS = ikiwiki.setup
+#CONFIGS = ikiwiki_nb.setup
# Everything after this is generic