summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index b85590a..30f5960 100644
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,21 @@
-SOURCES = ikiwiki
+SOURCES = ikiwiki ikiwiki-scs sukker
ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE
-ikiwiki_MODULES = templates basewiki smiley
-ikiwiki_POMODULES = smiley
-ikiwiki_BRANCH = master-LOCALE
-ikiwiki_LOCALES = da no_NB
-#ikiwiki_POLOCALES = da
+ikiwiki_MODULES = smiley
+ikiwiki_BRANCH = master-da
-#dummy_MODULES = content_dummy
+ikiwiki-scs_ORIGIN = git://source.jones.dk/ikiwiki_MODULE
+ikiwiki-scs_MODULES = templates basewiki
+ikiwiki-scs_BRANCH = scs-da
+
+sukker_ORIGIN = git://source.jones.dk/sukker_MODULE
+sukker_MODULES = content
+sukker_BRANCH = master
+
+dummy_MODULES = content_dummy
# uncomment this when ikiwiki.setup is configured for the local environment
-#CONFIGS = ikiwiki.setup
+CONFIGS = ikiwiki.setup ikiwiki.admin.setup
# Everything after this is generic