From 7e7237bcba3737207996095332f46ca4fb4c0b37 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 6 Jul 2009 20:05:07 +0000 Subject: [PATCH] skip pdf files from tags too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0