From: Thierry Parmentelat Date: Wed, 22 May 2013 07:06:01 +0000 (+0200) Subject: cosmetic X-Git-Tag: sfa-3.0-1~71 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=ae74d4304bb1033d1fe1dcde29360ad5fe73df63 cosmetic --- diff --git a/Makefile b/Makefile index e0936608..db3b5f73 100644 --- a/Makefile +++ b/Makefile @@ -125,12 +125,12 @@ force: ########## # 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: - $(MAKE) scan | xargs etags + $(MAKE) files | xargs etags -.PHONY: scan tags +.PHONY: files tags signatures: (cd sfa/methods; grep 'def.*call' *.py > SIGNATURES) diff --git a/config/sfa-config b/config/sfa-config index 29aa179c..e623ed84 100755 --- a/config/sfa-config +++ b/config/sfa-config @@ -2,8 +2,6 @@ # # Script for basic access to the SFA configuration file store. # -# $Id$ -# import sys import os