diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-06 09:12:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-06 09:12:56 +0000 |
commit | 8f7cb6dae22fc5adc6eb8c57605e16f97cfee179 (patch) | |
tree | 51a302870b37255a39a4758b4ceb24ed798e4fba /perl-install/share/po/Makefile | |
parent | ca14a502d413a9a80a035b7fe29541fcfe0da637 (diff) | |
download | drakx-8f7cb6dae22fc5adc6eb8c57605e16f97cfee179.tar drakx-8f7cb6dae22fc5adc6eb8c57605e16f97cfee179.tar.gz drakx-8f7cb6dae22fc5adc6eb8c57605e16f97cfee179.tar.bz2 drakx-8f7cb6dae22fc5adc6eb8c57605e16f97cfee179.tar.xz drakx-8f7cb6dae22fc5adc6eb8c57605e16f97cfee179.zip |
no_comment
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index ad4f9486b..3e8e1a72b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -7,6 +7,10 @@ all: $(POFILES) clean: rm -f empty.po $(POFILES:%=%t) $(PMSCFILES) +verif: + perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES) + perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' panoramix.pot + $(POFILES): panoramix.pot cp -f $@ $@t msgmerge $@t $< > $@ |