From df7eebbc08e5bf8ba5f117d1bedd62bdd2ec10d6 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Thu, 5 Apr 2012 02:50:00 +0000 Subject: Fix po/Makefile to ignore display_driver_helper --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1