diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2013-04-01 19:12:04 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-02 08:13:31 -0500 |
commit | 1b33b354b43c8a3cc176bd4d7a021a1eac423ebc (patch) | |
tree | 65220b954673ed1e3db76fe9c42163610c97d11b | |
parent | f84756554e32d97db3aa949db1dd58c7eea62375 (diff) | |
download | qemu-1b33b354b43c8a3cc176bd4d7a021a1eac423ebc.zip qemu-1b33b354b43c8a3cc176bd4d7a021a1eac423ebc.tar.gz qemu-1b33b354b43c8a3cc176bd4d7a021a1eac423ebc.tar.bz2 |
po/Makefile: correctly pass QEMU version
Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1364836326-8707-4-git-send-email-aurelien@aurel32.net
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 2c0193e..8297ab5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,7 +34,7 @@ install: $(OBJS) @msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po messages.po: $(SRC_PATH)/ui/gtk.c - @xgettext -o $@ --foreign-user --package-name=QEMU --package-version=1.0.50 --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C $< + @xgettext -o $@ --foreign-user --package-name=QEMU --package-version=$(VERSION) --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C $< %.po: messages.po @msgmerge $@ $< > $@.bak && mv $@.bak $@ |