diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-17 19:07:04 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-17 19:07:04 +0000 |
commit | a1c22a0badd723f3830692419e19530f13aa5e02 (patch) | |
tree | 252c05a1d27a87c3e9ff80c02932389901ee1e59 /po/Makefile | |
parent | f6032403ce42c6ed75f685eb0044caa2139dcce1 (diff) | |
download | drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.gz drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.bz2 drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.tar.xz drakwizard-a1c22a0badd723f3830692419e19530f13aa5e02.zip |
keep old wiz parsing for old strings
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
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") |