~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

(vila) Sphinx now provides a texinfo builder better than ours. (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
        cd doc/developers && make htmlhelp
193
193
 
194
194
 
 
195
# Build the texinfo files using Sphinx.
 
196
texinfo-sphinx: $(SPHINX_DEPENDENCIES)
 
197
        cd doc/en && make texinfo
 
198
        cd doc/es && make texinfo
 
199
        cd doc/ru && make texinfo
 
200
        cd doc/ja && make texinfo
 
201
        cd doc/developers && make texinfo
 
202
 
195
203
### Documentation Website ###
196
204
 
197
205
# Where to build the website