skip pdf files from tags too
[sfa.git] / 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