]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A different solution for Patch #100979: support for out-of-tree "make TAGS"
authorGuido van Rossum <guido@python.org>
Mon, 31 Jul 2000 18:26:35 +0000 (18:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 31 Jul 2000 18:26:35 +0000 (18:26 +0000)
commit251caa5c5b1b6ef791c8a8f6469bf38613bf5e2d
tree54ff80d6492d0d1e8ad8f071fc04feef5c5c1632
parente39dab6ce1035fa9e88d610003479ecfaf44692d
A different solution for Patch #100979: support for out-of-tree "make TAGS"

The version there built the tags and TAGS files in the build
directory.  I like them in the source directory.  The simplest
solution is to cd to the source directory before running ctags or
etags.

Tested both superficially and they work for me, on Linux Red Hat 6.1.
Makefile.in