From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Mon, 6 Jul 2009 20:05:07 +0000 (+0000) Subject: skip pdf files from tags too X-Git-Tag: sfa-0.9-0@14641~147 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7e7237bcba3737207996095332f46ca4fb4c0b37;p=sfa.git skip pdf files from tags too --- diff --git a/Makefile b/Makefile index 0b356126..26251f03 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ python-clean: # are the .java files used ? tags: - find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$' | xargs etags + find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$|\.pdf$$' | xargs etags .PHONY: tags