[tasque] Fix update target in po.mdproj: Actually delete tmp files
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque] Fix update target in po.mdproj: Actually delete tmp files
- Date: Mon, 3 Jun 2013 18:12:44 +0000 (UTC)
commit 4548b2fe46b7bdae5d770f1be1e9cd8929fd71ad
Author: Antonius Riha <antoniusriha gmail com>
Date: Mon Jun 3 19:30:41 2013 +0200
Fix update target in po.mdproj: Actually delete tmp files
po/po.mdproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/po.mdproj b/po/po.mdproj
index 23d9054..abd1866 100644
--- a/po/po.mdproj
+++ b/po/po.mdproj
@@ -111,7 +111,7 @@
<Exec Command="$(IntlToolUpdate) --gettext-package tasque --pot" />
<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" />
+ <Delete Files="%(GettextCompile.FileName).new.po" />
</Target>
<Target Name="DistCheck">
<Delete Files="missing;notexist" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]