From ae74d4304bb1033d1fe1dcde29360ad5fe73df63 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 22 May 2013 09:06:01 +0200 Subject: [PATCH] cosmetic --- Makefile | 6 +++--- config/sfa-config | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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 -- 2.43.0