mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Scons update_po target: Windows/cmd.exe is unhappy about single quotes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17521 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ded8e8a8e9
commit
f6b9509ea5
@ -2008,8 +2008,8 @@ if update_po:
|
||||
--directory=$TOP_SRCDIR --add-comments=TRANSLATORS: \
|
||||
--language=C++ --join-existing --keyword=_ --keyword=N_ --keyword=qt_ \
|
||||
--files-from=$TOP_SRCDIR/po/POTFILES.in \
|
||||
--copyright-holder='LyX Developers' \
|
||||
--msgid-bugs-address='lyx-devel@lists.lyx.org' ''']
|
||||
--copyright-holder="LyX Developers" \
|
||||
--msgid-bugs-address="lyx-devel@lists.lyx.org" ''']
|
||||
)
|
||||
# copy lyx.po to lyx.pot
|
||||
lyx_pot = env.Command('$BUILDDIR/po/lyx.pot', lyx_po,
|
||||
|
Loading…
Reference in New Issue
Block a user