summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-10 14:18:27 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-10 14:18:27 +0200
commit3daab4414e052083a030641e4fc2778ffc455e65 (patch)
tree27211092a74d4550e667dc7f9ffe09d342d14a23 /Makefile
parent4b7c6e85f816bee9b1ba41f92ba6039add137e25 (diff)
Reorder and comment Makefile variables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43dd7f3..8b258cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,18 @@
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 = master-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 = master-FLAVOR-LOCALE
+# locales used. Expands Git BRANCHes
#ikiwiki_LOCALES = da nb
+# gettext-based modules and locales used
+ikiwiki_POMODULES = basewiki smiley
ikiwiki_POLOCALES = da
#dummy_MODULES = content_dummy