summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-10 12:41:07 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-03-11 13:54:00 +0000
commit1b141c8359c690756b0f9612fd6ccfc7ca5e9f99 (patch)
treef243d8b2649353466be3a82c3ee38c551f387c58 /Makefile
parent2a078069dcfd01c7bf573d53340c8264c3dc4263 (diff)
downloadgitano-1b141c8359c690756b0f9612fd6ccfc7ca5e9f99.tar.gz
Plugin support in Gitano
This patch adds support for Gitano to load plugins from a colon separated set of paths. While colon separation is not the best mechanism, it is in common use. We explicitly do not add any escaping rules such as :: -> : in order to remain compatible with things like PATH processing. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fa7d11..775f5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ MODS := gitano \
gitano.actions gitano.config gitano.lace gitano.log \
gitano.markdown gitano.repository gitano.supple \
gitano.command gitano.admincommand gitano.usercommand \
- gitano.repocommand gitano.copycommand gitano.auth
+ gitano.repocommand gitano.copycommand gitano.auth gitano.plugins
SKEL_FILES := gitano-admin/rules/selfchecks.lace \
gitano-admin/rules/aschecks.lace \