~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aaron Bentley
  • Date: 2007-06-14 04:36:50 UTC
  • mfrom: (2527 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2528.
  • Revision ID: aaron.bentley@utoronto.ca-20070614043650-q2yb3mo03kcr8l2p
Merge bzr.dev

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 \