diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:08:01 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-11 00:08:01 +0200 |
commit | cbf213faed33a01588ff1b651961528f27fb24c3 (patch) | |
tree | 209f318d7b61088d14412aae6134562bbe62cd76 /Makefile | |
parent | 1299a5c7e19f22000680a2797626c7bb94b772eb (diff) |
Fix use allinone branch (not clean).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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 = clean-FLAVOR-LOCALE +ikiwiki_BRANCH = allinone-FLAVOR-LOCALE # modules (subproject extension names) used. Expands Git ORIGINs ikiwiki_MODULES = templates basewiki smiley # flavors used. Expands Git BRANCHes |