summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-17 19:07:04 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-17 19:07:04 +0000
commita1c22a0badd723f3830692419e19530f13aa5e02 (patch)
tree252c05a1d27a87c3e9ff80c02932389901ee1e59
parentf6032403ce42c6ed75f685eb0044caa2139dcce1 (diff)
downloaddrakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar
drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.gz
drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.bz2
drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.xz
drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.zip
keep old wiz parsing for old strings
-rw-r--r--po/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index d066dca9..559924ea 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -3,6 +3,8 @@ localedir = ${prefix}/share/locale
PGOAL = drakwizard
+# *.wiz files (keep them to old strings)
+WIZFILES = $(shell find .. -type f -name "*.wiz")
# perl files with translatable strings
PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm")