Update of /cvsroot/happydoc/HappyDoc
In directory usw-pr-cvs1:/tmp/cvs-serv32677
Modified Files:
Makefile
Log Message:
Include method names in TAGS file.
Index: Makefile
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile 31 Oct 2001 13:15:11 -0000 1.29
--- Makefile 8 Jun 2002 16:58:58 -0000 1.30
***************
*** 74,76 ****
tags:
! find . -name '*.py' | xargs etags
--- 74,76 ----
tags:
! find . -name '*.py' | etags -l auto --regex='/[ \t]*\def[ \t]+\([^ :(\t]+\)/\1/' -
|