~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2009-09-03 05:20:04 UTC
  • mto: (4634.39.1 pdf-chm-docs)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090903052004-9z7h1p4rfkxdp554
tweak Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
            $(HTMLDIR) $(derived_txt_files)
224
224
        rm -f doc/*/user-guide/*.pdf
225
225
        rm -rf doc/*/user-guide/latex_prepared
 
226
        cd doc && make clean
226
227
 
227
228
# The main target to build all the new-style docs. Requires Sphinx.
228
229
docs: doc/en/release-notes/NEWS.txt doc/en/user-reference/bzr_man.txt
229
230
        cd doc && make html
 
231
        cd doc && make latex
 
232
        cd doc/_build/latex && make all-pdf
230
233
 
231
234
 
232
235
### Windows Support ###