Merge branch '1.0_STABLE' into adminlang-1.0
[mahara-contrib.git] / Makefile
blob4dd2573130cff74fc23bebe0c6f07e6f3ab34c7a
1 all :
2 echo "Usage: make [tag|push]"
4 tag:
5 find . -type f -name '*.php' > cscope.files
6 cscope -b
7 ctags -R --languages=php --regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'
9 push :
10 git push ssh://repo.or.cz/srv/git/mahara-contrib.git adminlang-1.0:adminlang-1.0
11 git push git+ssh://git.mahara.org/git/contrib/adminlang adminlang-1.0:adminlang-1.0