diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 14:23:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-10 14:23:14 +0200 |
commit | 5f926272183679652f94543bd3f02f0acf4e6a25 (patch) | |
tree | fcd57d3fe3bae27bd3dedca81918d094939956df | |
parent | c391c098a1b19b0e8709c0d83ec9de2de2f8da7f (diff) | |
parent | e595e37450ff6c0971924f3e7b461febe4fd1ebb (diff) |
Merge branch 'master' into scs
Conflicts (manually resolved):
Makefile
-rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,13 +1,19 @@ SOURCES = ikiwiki +# Git origin (with capital MOULE replaced or stripped as needed) ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE +# Git branch (with capital FLAVOR and LOCALE replaced or stripped as needed) +ikiwiki_BRANCH = scs-FLAVOR-LOCALE +# modules (subproject extension names) used. Expands Git ORIGINs ikiwiki_MODULES = templates basewiki smiley +# flavors used. Expands Git BRANCHes #ikiwiki_basewiki_FLAVORS = nonedit #ikiwiki_templates_FLAVORS = nonedit -ikiwiki_POMODULES = basewiki smiley -ikiwiki_BRANCH = scs-FLAVOR-LOCALE +# locales used. Expands Git BRANCHes #ikiwiki_LOCALES = da nb -ikiwiki_POLOCALES = da +# gettext-based modules and locales used +#ikiwiki_POMODULES = basewiki smiley +#ikiwiki_POLOCALES = da #dummy_MODULES = content_dummy |