X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=144c06c3ea9eddca13acc2b680b25e5e6e88a662;hb=b1f27f83087c333cbcb80c63b5d0e7b9a9f9d1ed;hp=ae9e7a6999f182d331f0d8acc55a1fba5bb3675f;hpb=4838efd24781da409452897511a8dd5f01dbe6bd;p=sfa.git diff --git a/Makefile b/Makefile index ae9e7a69..144c06c3 100644 --- a/Makefile +++ b/Makefile @@ -127,8 +127,12 @@ force: # a lot of stuff in the working dir is just noise files: @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' + +git-files: + @git ls-files | grep -v '\.doc$$' + tags: - $(MAKE) files | xargs etags + $(MAKE) git-files | xargs etags .PHONY: files tags