~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

mergeĀ fromĀ Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
22
22
TAGS: $(tag_files)
23
23
        ctags-exuberant -e $(tag_files)
 
24
 
 
25
tutorial.html: tutorial.txt
 
26
        rest2html tutorial.txt > tutorial.html