summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-04-09 22:25:02 +0000
committerOlivier Blin <oblin@mandriva.com>2008-04-09 22:25:02 +0000
commit8d40125f7ec161587b9a988a495e52b40225b61e (patch)
treef96f2fe19124bf6e214acd220083db45959f868d /po/Makefile
parent55322cf99613aeaa6322e87792631ac9a5617cc0 (diff)
downloaddrakguard-8d40125f7ec161587b9a988a495e52b40225b61e.tar
drakguard-8d40125f7ec161587b9a988a495e52b40225b61e.tar.gz
drakguard-8d40125f7ec161587b9a988a495e52b40225b61e.tar.bz2
drakguard-8d40125f7ec161587b9a988a495e52b40225b61e.tar.xz
drakguard-8d40125f7ec161587b9a988a495e52b40225b61e.zip
translate only bin/drakguard (and not local backup file)
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 6784dd3..09a6fe3 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -4,7 +4,7 @@ localedir = $(DESTDIR)/usr/share/locale
PGOAL = drakguard
# perl files to search translatable strings in
-PL_FILES:= ../bin/*
+PL_FILES:= ../bin/$(PGOAL)
POFILES = $(wildcard *.po)
MOFILES = $(POFILES:%.po=%.mo)