skip pdf files from tags too
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Jul 2009 20:05:07 +0000 (20:05 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Jul 2009 20:05:07 +0000 (20:05 +0000)
Makefile

index 0b35612..26251f0 100644 (file)
--- 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