~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2006-01-06 12:18:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1540.
  • Revision ID: mbp@sourcefrog.net-20060106121804-effcf89487f01864
Move in tutorial text from wiki.

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