diff options
author | Florent Villard <warly@mandriva.com> | 2003-08-12 08:33:31 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-08-12 08:33:31 +0000 |
commit | 0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823 (patch) | |
tree | 2c11904c8d6db4b8bbde021fac347dcaef41895a /po/Makefile | |
parent | 5606f67a26f876bc83e3928a41e7919d9aea2ca8 (diff) | |
download | bootsplash-0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823.tar bootsplash-0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823.tar.gz bootsplash-0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823.tar.bz2 bootsplash-0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823.tar.xz bootsplash-0d23c6bdda2bc86e523da0a7ee66e9cbbfdf0823.zip |
remove echo"silent" from pot
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index a62d582..901961e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,6 +23,7 @@ pot $(NLSPACKAGE).pot: else \ mv $(NLSPACKAGE).po $(NLSPACKAGE).pot; \ fi + perl -pi -e 's,\#: tmp/splash.sh:98,,; s,msgid "silent",,;s,msgstr "",,' $(NLSPACKAGE).pot rm -rf tmp update-po: Makefile |