~bzr-pqm/bzr/bzr.dev

1185.21.3 by Jelmer Vernooij
Remove executable properties from Makefile (set by bzr itself now)
1
all: 
1102 by Martin Pool
- merge test refactoring from robertc
2
3
check:
1185.44.1 by Martin Pool
Start bringing in basicio code
4
	./bzr selftest $(tests)
1102 by Martin Pool
- merge test refactoring from robertc
5
1185.33.72 by Martin Pool
Fix commit message template for non-ascii files, and add test for handling of
6
check-msgeditor:
7
	./bzr --no-plugins selftest -v msgeditor
8
1185.21.3 by Jelmer Vernooij
Remove executable properties from Makefile (set by bzr itself now)
9
clean: 
1185.1.21 by Robert Collins
add a clean target
10
	./setup.py clean
1417.1.5 by Robert Collins
clean up pyc files in make clean
11
	find . -name "*.pyc" | xargs rm
1427 by Robert Collins
clean up test dirs on make clean
12
	rm -rf test????.tmp
1185.1.21 by Robert Collins
add a clean target
13
1102 by Martin Pool
- merge test refactoring from robertc
14
.PHONY: all
1158 by Martin Pool
- make target to build emacs TAGS file
15
16
17
# build emacs cross-reference
18
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
19
TAGS: $(tag_files)
20
	ctags-exuberant -e $(tag_files)