~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 13:21:33 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909132133-jtkqpql4iia4kzne
Makefile tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
# Default to plain documentation for maximum backwards compatibility.
84
84
# (Post 2.0, the defaults will most likely be Sphinx-style instead.)
85
85
 
86
 
doc: docs-plain
 
86
docs: docs-plain
87
87
 
88
88
clean-docs: clean-plain
89
89
 
177
177
DOC_WEBSITE_BUILD := build_doc_website
178
178
 
179
179
# Build and package docs into a website, complete with downloads.
180
 
doc-website: html-docs pdf-docs
 
180
doc-website: html-sphinx pdf-sphinx
181
181
        $(PYTHON) tools/package_docs.py doc/en $(DOC_WEBSITE_BUILD)
182
182
        $(PYTHON) tools/package_docs.py doc/es $(DOC_WEBSITE_BUILD)
183
183
        $(PYTHON) tools/package_docs.py doc/ru $(DOC_WEBSITE_BUILD)