~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Andrew Bennetts
  • Date: 2007-06-07 06:41:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2519.
  • Revision ID: andrew.bennetts@canonical.com-20070607064153-z6sap26og3pbxxrl
Updates in response to feedback on mailing list and in person.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
pretty_files: $(patsubst doc/%.txt, $(PRETTYDIR)/%.htm, $(txt_files))
87
87
 
88
88
doc/developers/%.htm: doc/developers/%.txt
89
 
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css $< $@
 
89
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css --footnote-references=superscript $< $@
90
90
 
91
91
doc/developers/HACKING.htm: doc/developers/HACKING
92
 
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css $< $@
 
92
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css --footnote-references=superscript $< $@
93
93
 
94
94
%.htm: %.txt
95
 
        python tools/rst2html.py --link-stylesheet --stylesheet=default.css $< $@
 
95
        python tools/rst2html.py --link-stylesheet --stylesheet=default.css --footnote-references=superscript $< $@
96
96
 
97
97
$(PRETTYDIR)/%.htm: pretty_docs doc/%.txt
98
98
        python tools/rst2prettyhtml.py doc/bazaar-vcs.org.kid doc/$*.txt \