mirror of https://github.com/xqemu/xqemu.git
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>
This commit is contained in:
parent
f84756554e
commit
1b33b354b4
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue