~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
apidoc: compile $(API_INDEX)
73
73
 
 
74
# Used to generate HTML developer documentation for Launchpad.
 
75
doc:
 
76
        $(MAKE) -C doc/ html
 
77
 
74
78
# Run by PQM.
75
79
check_merge: $(BUILDOUT_BIN)
76
80
        [ `PYTHONPATH= bzr status -S database/schema/ | \
485
489
                --docformat restructuredtext --verbose-about epytext-summary \
486
490
                $(PYDOCTOR_OPTIONS)
487
491
 
488
 
.PHONY: apidoc buildout_bin check tags TAGS zcmldocs realclean clean debug \
 
492
.PHONY: apidoc buildout_bin check doc tags TAGS zcmldocs realclean clean debug \
489
493
        stop start run ftest_build ftest_inplace test_build test_inplace \
490
494
        pagetests check check_merge schema default launchpad.pot \
491
495
        check_merge_ui pull scan sync_branches reload-apache hosted_branches \