~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/Makefile

  • Committer: Vincent Ladeuil
  • Date: 2010-04-28 16:52:07 UTC
  • mto: (5193.6.1 texinfo)
  • mto: This revision was merged to the branch mainline in revision 5356.
  • Revision ID: v.ladeuil+lp@free.fr-20100428165207-r84z9hog4jeaooe0
Add a skeleton texinfo builder for sphinx.

* doc/en/conf.py:
(extensions): Add the texinfo builder.

* doc/en/Makefile:
(texinfo): New target.

* bzrlib/doc_generate/sphinx_conf.py:
Update copyright...

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest
87
87
        @echo "Testing of doctests in the sources finished, look at the " \
88
88
              "results in _build/doctest/output.txt."
 
89
 
 
90
texinfo:
 
91
        $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) _build/texinfo
 
92