[PD-cvs] SF.net SVN: pure-data:[10594] branches/pd-devel/0.41.4/src/makefile.in

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Jan 22 02:22:52 CET 2009


Revision: 10594
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10594&view=rev
Author:   eighthave
Date:     2009-01-22 01:22:52 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
first attempt at getting Tcl included in the TAGS

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/makefile.in

Modified: branches/pd-devel/0.41.4/src/makefile.in
===================================================================
--- branches/pd-devel/0.41.4/src/makefile.in	2009-01-22 01:02:15 UTC (rev 10593)
+++ branches/pd-devel/0.41.4/src/makefile.in	2009-01-22 01:22:52 UTC (rev 10594)
@@ -207,7 +207,9 @@
 TAGS: etags
 
 etags:
-	etags *.[ch] 
+	etags --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' *.tcl
+	etags --append --language=none --regex='/proc[ \t]+\([^ \t]+\)/\1/' *.tk
+	etags --append *.[ch] 	
 	find /usr/include -type f -name \*.h -exec etags -a '{}' \;
 	make etags_`uname -s`
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list