[tasque/xbuild: 17/18] [xbuild] Fix update target in po.mdproj
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/xbuild: 17/18] [xbuild] Fix update target in po.mdproj
- Date: Tue, 18 Sep 2012 17:59:38 +0000 (UTC)
commit 500fd58a5aab434b66993adcc689b4eb3d672ecc
Author: Antonius Riha <antoniusriha gmail com>
Date: Tue Sep 18 19:27:54 2012 +0200
[xbuild] Fix update target in po.mdproj
po/po.mdproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/po.mdproj b/po/po.mdproj
index 3e5de49..4b9626c 100644
--- a/po/po.mdproj
+++ b/po/po.mdproj
@@ -111,8 +111,8 @@
</ItemGroup>
<Target Name="Update">
<Exec Command="$(IntlToolUpdate) --gettext-package tasque --pot" />
- <Exec Command="$(IntlToolUpdate) --gettext-package tasque --dist -o %(GettextTranslation.FileName).new.po %(GettextTranslation.FileName)" />
- <Copy SourceFiles="%(FileName).new.po" DestinationFiles="@(GettextTranslation)" />
+ <Exec Command="$(IntlToolUpdate) --gettext-package tasque --dist -o %(GettextCompile.FileName).new.po %(GettextCompile.FileName)" />
+ <Copy SourceFiles="%(FileName).new.po" DestinationFiles="@(GettextCompile)" />
<Delete Files="%(GettextTranslation.FileName).new.po" />
</Target>
<Target Name="DistCheck">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]