mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ install: $(OBJS)
|
||||||
@msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po
|
@msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po
|
||||||
|
|
||||||
messages.po: $(SRC_PATH)/ui/gtk.c
|
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
|
%.po: messages.po
|
||||||
@msgmerge $@ $< > $@.bak && mv $@.bak $@
|
@msgmerge $@ $< > $@.bak && mv $@.bak $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue