~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2010-05-12 09:27:10 UTC
  • mto: This revision was merged to the branch mainline in revision 10850.
  • Revision ID: jelmer@canonical.com-20100512092710-jh2zkyt0f4i0n82c
Use the same pydoctor command Michael uses to generate http://people.canonical.com/~mwh/canonicalapi/

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
        dot -Tsvg < lp-clustered.dot > lp-clustered.svg.tmp
437
437
        mv lp-clustered.svg.tmp lp-clustered.svg
438
438
 
 
439
PYDOCTOR = pydoctor
 
440
PYDOCTOR_OPTIONS = 
439
441
 
440
442
pydoctor:
441
 
        pydoctor --make-html --html-output=apidocs --add-package=lib/lp \
442
 
                --add-package=lib/canonical
 
443
        $(PYDOCTOR) --make-html --html-output=apidocs --add-package=lib/lp \
 
444
                --add-package=lib/canonical --project-name=Launchpad \
 
445
                --docformat restructuredtext --verbose-about epytext-summary \
 
446
                $(PYDOCTOR_OPTIONS)
443
447
 
444
448
.PHONY: apidoc check tags TAGS zcmldocs realclean clean debug stop\
445
449
        start run ftest_build ftest_inplace test_build test_inplace pagetests\