~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2007-09-14 03:26:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2823.
  • Revision ID: mbp@sourcefrog.net-20070914032655-fpq0pfpja4kesuij
Put back better rules for building ctags

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
check-api-docs:
57
57
        PYTHONPATH=$(PWD) python tools/bzr_epydoc --check --docformat 'restructuredtext en' $(docfiles)
58
58
 
 
59
# build tags for emacs and vim
 
60
TAGS:
 
61
        ctags -R -e bzrlib
 
62
 
 
63
tags:
 
64
        ctags -R bzrlib
 
65
 
 
66
# these are treated as phony so they'll always be rebuilt - it's pretty quick
 
67
.PHONY: TAGS tags
 
68
 
59
69
# Produce HTML docs to upload on Canonical server
60
70
HTMLDIR := html_docs
61
71
PRETTYDIR := pretty_docs