diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SOURCES = ikiwiki +SOURCES = ikiwiki hearth ikiwiki_VERSION = 2.62.1 # Git origin (with capital MOULE replaced or stripped as needed) @@ -16,6 +16,10 @@ ikiwiki_MODULES = templates basewiki smiley directives #ikiwiki_POMODULES = basewiki smiley directives #ikiwiki_POLOCALES = da +hearth_ORIGIN = git://source.jones.dk/hearth_MODULE +hearth_BRANCH = master-FLAVOR-LOCALE +hearth_MODULES = content + #dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment |