mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
I think this gets the check-po script working properly. Sorry for all
the commits, but I need a clean tree to test it! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39103 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ee45831bd
commit
dfa3309950
@ -65,16 +65,22 @@ echo Remerging...
|
||||
make update-po >/dev/null 2>&1;
|
||||
echo
|
||||
|
||||
echo Running make i18n.inc...
|
||||
rm -f i18n.inc;
|
||||
make i18n.inc >/dev/null 2>&1;
|
||||
if [ -n "$TRUNK" ]; then
|
||||
mv i18n.inc i18n_trunk.inc
|
||||
I18NFILE=i18n_trunk.inc;
|
||||
else
|
||||
I18NFILE=i18n.inc;
|
||||
fi
|
||||
|
||||
# make sure things are clean
|
||||
rm -f i18n.inc;
|
||||
svn revert $FARM/$I18NFILE;
|
||||
|
||||
echo Running make i18n.inc...
|
||||
make i18n.inc >/dev/null 2>&1;
|
||||
if [ -n "$TRUNK" ]; then
|
||||
mv i18n.inc i18n_trunk.inc
|
||||
fi
|
||||
|
||||
if diff -w -q $I18NFILE $FARM/$I18NFILE >/dev/null 2>&1; then
|
||||
# No differences found
|
||||
echo No string differences found.
|
||||
|
Loading…
Reference in New Issue
Block a user