From: Thierry Parmentelat Date: Tue, 13 Dec 2011 15:23:26 +0000 (+0100) Subject: scan xml files X-Git-Tag: sfa-2.0-5~7 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=d5136bc9eb952b388702feab7636213343e881df scan xml files --- diff --git a/Makefile b/Makefile index 47dbacc9..4228020f 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ force: ########## # a lot of stuff in the working dir is just noise scan: - @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|xml|dg)$$' + @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg)$$' tags: $(MAKE) scan | xargs etags