~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2007-04-12 19:32:10 UTC
  • mto: This revision was merged to the branch mainline in revision 2566.
  • Revision ID: john@arbash-meinel.com-20070412193210-ljgiw2au2r7ttx53
Add make check-api-docs, which runs epydoc --check, rather than generating output

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        mkdir -p api/epydoc
55
55
        PYTHONPATH=$(PWD) python tools/bzr_epydoc --html -o api/epydoc --docformat 'restructuredtext en' $(docfiles)
56
56
 
 
57
check-api-docs:
 
58
        PYTHONPATH=$(PWD) python tools/bzr_epydoc --check --docformat 'restructuredtext en' $(docfiles)
 
59
 
57
60
 
58
61
# build emacs cross-reference
59
62
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py