~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2007-05-08 04:14:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2485.
  • Revision ID: robertc@robertcollins.net-20070508041401-rreosr07ptz41d6c
Fix the developer documentation to use the right style sheet and give it its own index. (Robert Collins, Alexander Belchenko)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
pretty_files: $(patsubst doc/%.txt, $(PRETTYDIR)/%.htm, $(txt_files))
87
87
 
 
88
doc/developers/%.htm: doc/developers/%.txt
 
89
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css $< $@
 
90
 
88
91
doc/developers/HACKING.htm: doc/developers/HACKING
89
 
        python tools/rst2html.py --link-stylesheet --stylesheet=default.css $< $@
 
92
        python tools/rst2html.py --link-stylesheet --stylesheet=../default.css $< $@
90
93
 
91
94
%.htm: %.txt
92
95
        python tools/rst2html.py --link-stylesheet --stylesheet=default.css $< $@
115
118
 
116
119
copy-docs: docs
117
120
        python tools/win32/ostools.py copytodir $(htm_files) \
118
 
                doc/default.css doc/HACKING.htm NEWS README \
 
121
                doc/default.css NEWS README \
119
122
                win32_bzr.exe/doc
 
123
        python tools/win32/ostools.py copytodir doc/developers/HACKING.htm \
 
124
                win32_bzr.exe/doc/developers
120
125
 
121
126
# clean produced docs
122
127
clean-docs: