diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 14:46:24 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 14:46:24 +0200 |
commit | 678bc6f97405e150a3a575bd0cfc42fbb618c365 (patch) | |
tree | 57a1bb232fa00a966d9f283128ce3b08c1efa226 /Makefile | |
parent | b4fa3588d8e9fe4ab98c500f3e5a4469e0613026 (diff) | |
parent | ba197084b657f202d1e81424b8fdf71e191f6749 (diff) |
Merge branch 'master' into _nb
Conflicts (manually resolved):
ikiwiki_nb.setup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,14 +6,14 @@ ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE # Git branch (with capital FLAVOR and LOCALE replaced or stripped as needed) ikiwiki_BRANCH = master-FLAVOR-LOCALE # modules (subproject extension names) used. Expands Git ORIGINs -ikiwiki_MODULES = templates basewiki smiley +ikiwiki_MODULES = templates basewiki smiley directives # flavors used. Expands Git BRANCHes #ikiwiki_basewiki_FLAVORS = nonedit #ikiwiki_templates_FLAVORS = nonedit # locales used. Expands Git BRANCHes #ikiwiki_LOCALES = da nb # gettext-based modules and locales used -#ikiwiki_POMODULES = basewiki smiley +#ikiwiki_POMODULES = basewiki smiley directives #ikiwiki_POLOCALES = da #dummy_MODULES = content_dummy |