Revision: 968
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=968&view=rev
Author: pronovic
Date: 2010-05-22 16:14:52 +0000 (Sat, 22 May 2010)
Log Message:
-----------
Add tags
Modified Paths:
--------------
cedar-backup2/trunk/Makefile
Modified: cedar-backup2/trunk/Makefile
===================================================================
--- cedar-backup2/trunk/Makefile 2010-02-23 22:47:22 UTC (rev 967)
+++ cedar-backup2/trunk/Makefile 2010-05-22 16:14:52 UTC (rev 968)
@@ -69,6 +69,9 @@
-@$(FIND) . -name "*.pyc" | xargs rm -f
-@rm -f PKG-INFO
+tags:
+ ctags `find . -name "*.py"`
+
# This uses the "full" argument to get all tests
test:
@$(SUDO) -v
@@ -204,5 +207,5 @@
# Phony rules for use by GNU make
##################################
-.PHONY: all clean test usertest check allcheck doc docs docclean docsclean epydoc interface interface-doc interface-html book validate manual manual-doc distrib distribclean sdist sdistclean debdist debdistclean docdist
+.PHONY: all clean tags test usertest check allcheck doc docs docclean docsclean epydoc interface interface-doc interface-html book validate manual manual-doc distrib distribclean sdist sdistclean debdist debdistclean docdist
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|