diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-08-09 15:22:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-08-09 15:22:43 +0200 |
commit | d3f37e66d71617ec66154ce19a3cdc63a0cbd31c (patch) | |
tree | 9dd6a4efec9468061c38223b629d1ab559092bea /Makefile | |
parent | 77ef8cedae01eb924325a386777d203ab602e08d (diff) |
Customize config.
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 |