summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 8776872..c294cc5 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -6,7 +6,7 @@ localedir = $(DESTDIR)/usr/share/locale
PGOAL = $(NAME)
# perl files to search translatable strings in
-PL_FILES:= ../tools/* ../lib/*.pm ../lib/*/*.pm
+PL_FILES:= $(filter-out ../tools/display_driver_helper,$(wildcard ../tools/*)) ../lib/*.pm ../lib/*/*.pm
POFILES = $(shell ls *.po)
MOFILES = $(POFILES:%.po=%.mo)