~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-08 03:25:44 UTC
  • mfrom: (2499.4.4 container-format-doc)
  • Revision ID: pqm@pqm.ubuntu.com-20070608032544-x774g5cn0yh8a42p
(Andrew Bennetts) Developer documentation for the propsed container format.

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 \