~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Dmitry Vasiliev
  • Date: 2009-06-01 22:45:06 UTC
  • mto: (4426.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4427.
  • Revision ID: dima@hlabs.spb.ru-20090601224506-6k674b9cr94aoftm
Added Russian translation for part 1.1 of user guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
doc/developers/%.html: doc/developers/%.txt
144
144
        $(rst2html) --stylesheet=../default.css $< $@
145
145
 
 
146
doc/index.html: doc/index.txt
 
147
        $(rst2html) --stylesheet=default.css $< $@
 
148
 
146
149
doc/index%.html: doc/index%.txt
147
150
        $(rst2html) --stylesheet=default.css $< $@
148
151