X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=db3b5f738e99afe40d2f11476474fd39acb74b9e;hb=ae74d4304bb1033d1fe1dcde29360ad5fe73df63;hp=e093660868ad5150f3d57f6c15d0280734f5ba1f;hpb=4acd975c86347538ee61a52ecde13ae924436048;p=sfa.git 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)