# HG changeset patch # User Christophe Lincoln # Date 1302046318 -7200 # Node ID 18a0552011dad34429616d42901b40dcf2b8d533 # Parent 185778056b849770485f0fbfcca96e31ac67dee6 Fix Makefile and update POT file diff -r 185778056b84 -r 18a0552011da Makefile --- a/Makefile Wed Apr 06 01:29:14 2011 +0200 +++ b/Makefile Wed Apr 06 01:31:58 2011 +0200 @@ -7,7 +7,7 @@ DESTDIR?= LINGUAS?=fr -VERSION:=$(shell grep ^VERSION tazpkg | cut -d '=' -f 2) +VERSION:=$(shell grep ^VERSION=[0-9] tazpkg | cut -d '=' -f 2) all: diff -r 185778056b84 -r 18a0552011da po/tazpkg-notify/tazpkg-notify.pot --- a/po/tazpkg-notify/tazpkg-notify.pot Wed Apr 06 01:29:14 2011 +0200 +++ b/po/tazpkg-notify/tazpkg-notify.pot Wed Apr 06 01:31:58 2011 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Tazpkg Notification\n" +"Project-Id-Version: Tazpkg Notification 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-06 01:20+0200\n" +"POT-Creation-Date: 2011-04-06 01:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -r 185778056b84 -r 18a0552011da po/tazpkg/tazpkg.pot --- a/po/tazpkg/tazpkg.pot Wed Apr 06 01:29:14 2011 +0200 +++ b/po/tazpkg/tazpkg.pot Wed Apr 06 01:31:58 2011 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Tazpkg\n" +"Project-Id-Version: Tazpkg 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-06 01:20+0200\n" +"POT-Creation-Date: 2011-04-06 01:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"