Author: justi9
Date: 2010-10-08 16:09:41 -0400 (Fri, 08 Oct 2010)
New Revision: 4380
Modified:
mgmt/trunk/Makefile
Log:
Change the make tags rule to target the standard filename, TAGS
Modified: mgmt/trunk/Makefile
===================================================================
--- mgmt/trunk/Makefile 2010-10-08 19:43:07 UTC (rev 4379)
+++ mgmt/trunk/Makefile 2010-10-08 20:09:41 UTC (rev 4380)
@@ -8,11 +8,9 @@
@echo " tags Rebuild the tag index"
tags: check-devel-env
- find -name \*.py -print \
- | etags --output="etc/devel.tags" -
+ find -name \*.py -print | etags -
find -name \*.strings -print \
- | etags --append --output="etc/devel.tags" \
- --regex='/^\[.*\][ \t]*$$/\1/' -
+ | etags --append --regex='/^\[.*\][ \t]*$$/\1/' -
check-devel-env:
@if test -z "${DEVEL_HOME}"; then \
Show replies by date