~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2006-08-11 14:38:04 UTC
  • mto: (1912.1.4 bzr.mbp.integration)
  • mto: This revision was merged to the branch mainline in revision 1925.
  • Revision ID: bialix@ukr.net-20060811143804-3231e902f23f0299
generate_docs.py should be invoked with python interpreter for cross-platform compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        rst2html.py --link-stylesheet --stylesheet=default.css $*.txt $*.htm
48
48
 
49
49
doc/bzr_man.txt:
50
 
        generate_docs.py -o doc/bzr_man.txt rstx
 
50
        python generate_docs.py -o doc/bzr_man.txt rstx
51
51
 
52
52
docs: $(htm_files)
53
53