cosmetic
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 22 May 2013 07:06:01 +0000 (09:06 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 23 May 2013 08:07:58 +0000 (10:07 +0200)
Makefile
config/sfa-config

index e093660..db3b5f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -125,12 +125,12 @@ force:
 
 ##########
 # a lot of stuff in the working dir is just noise
 
 ##########
 # a lot of stuff in the working dir is just noise
-scan:
+files:
        @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' 
 tags:  
        @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' 
 tags:  
-       $(MAKE) scan | xargs etags
+       $(MAKE) files | xargs etags
 
 
-.PHONY: scan tags
+.PHONY: files tags
 
 signatures:
        (cd sfa/methods; grep 'def.*call' *.py > SIGNATURES)
 
 signatures:
        (cd sfa/methods; grep 'def.*call' *.py > SIGNATURES)
index 29aa179..e623ed8 100755 (executable)
@@ -2,8 +2,6 @@
 #
 # Script for basic access to the SFA configuration file store.
 #
 #
 # Script for basic access to the SFA configuration file store.
 #
-# $Id$
-#
 
 import sys
 import os
 
 import sys
 import os