* Makefile.in.in (i18n.php): make the target depend on postats.sh

* postats.sh: make e-mail addresses less readable


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17385 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-02-28 22:36:01 +00:00
parent a7c2c8e3d5
commit 03c902a70d
2 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc
}' \
${top_srcdir}/lib/ui/*.ui ${top_srcdir}/lib/ui/*.inc > $@
i18n.php: $(POFILES)
i18n.php: $(POFILES) postats.sh
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
force:

View File

@ -106,7 +106,7 @@ run_msgfmt () {
input=`echo $input | sed 's/ */ /g' | cut -d ' ' -f 2-`
translator=`echo $input | cut -d '<' -f 1 | sed 's/ *$//'`
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1`
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1 | sed -e 's/@/ () /' -e 's/\./ ! /g'`
}
unset input