~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
clean: 
12
12
        ./setup.py clean
13
 
        find . -name "*.pyc" | xargs rm
 
13
        -find . -name "*.pyc" | xargs rm
 
14
        -find . -name "*.pyo" | xargs rm
14
15
        rm -rf test????.tmp
15
16
 
16
17
.PHONY: all
20
21
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
21
22
TAGS: $(tag_files)
22
23
        ctags-exuberant -e $(tag_files)
 
24
 
 
25
tutorial.html: tutorial.txt
 
26
        rest2html tutorial.txt > tutorial.html