[PD-cvs] SF.net SVN: pure-data: [9765] trunk/externals/io/hidio/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon May 5 18:09:33 CEST 2008


Revision: 9765
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9765&view=rev
Author:   eighthave
Date:     2008-05-05 09:09:32 -0700 (Mon, 05 May 2008)

Log Message:
-----------
include pd's C files in the etags so I can go directly to the source

Modified Paths:
--------------
    trunk/externals/io/hidio/Makefile

Modified: trunk/externals/io/hidio/Makefile
===================================================================
--- trunk/externals/io/hidio/Makefile	2008-05-05 14:51:12 UTC (rev 9764)
+++ trunk/externals/io/hidio/Makefile	2008-05-05 16:09:32 UTC (rev 9765)
@@ -15,7 +15,7 @@
 
 # for emacs
 etags:
-	etags ../../../pd/src/*.h *.[ch] linux/input.h /usr/include/stdlib.h \
+	etags ../../../pd/src/*.[ch] *.[ch] linux/input.h /usr/include/stdlib.h \
 		/usr/include/time.h /usr/include/stdio.h
 	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