~czajkowski/bzr/2.5_cythonparsing

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Patch Queue Manager
  • Date: 2012-03-12 15:58:48 UTC
  • mfrom: (6488.1.2 940164-native-texinfo)
  • Revision ID: pqm@pqm.ubuntu.com-20120312155848-3o1y62ffilhls4bf
(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