summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2013-05-27 10:16:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2013-05-27 10:16:03 +0100
commitefc8035be1ba941b95f194bfa66642839baf3a53 (patch)
tree35a2b9e71803392a56db0a87a0472ad8c4ff4e29 /Makefile
parent50e2bf82ae69390d4517f040219f2bce991253b4 (diff)
downloadgitano-efc8035be1ba941b95f194bfa66642839baf3a53.tar.gz
REPOCOMMAND: Shunt gc and count-objects to gitano.repocommand
Move the gc and count-objects commands to a separate repocommand module so that we can group fsck in with them neatly. This new module is for commands which operate neatly on a repository with little to no extra dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e0249c..0bb007c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,8 @@ MODS := gitano \
gitano.util \
gitano.actions gitano.config gitano.lace gitano.log \
gitano.markdown gitano.repository gitano.supple \
- gitano.command gitano.admincommand gitano.usercommand
+ gitano.command gitano.admincommand gitano.usercommand \
+ gitano.repocommand
SKEL_FILES := gitano-admin/rules/selfchecks.lace \
gitano-admin/rules/aschecks.lace \