po/Makefile: Fix version file path

We broke this in 888db089c5 when adding
the ".php" extension to all inclusion files. Seems like we forgot to do
this in the Makefile.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-08-13 12:31:02 +02:00
parent 00e4e0294f
commit f22c7beace

View file

@ -41,7 +41,7 @@ all: ${MOFILES}
update-pot: update-pot:
pkgname=AUR; \ pkgname=AUR; \
pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc`; \ pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \
xgettext --default-domain=aur -L php --keyword=__ --no-location \ xgettext --default-domain=aur -L php --keyword=__ --no-location \
--add-comments=TRANSLATORS: --package-name="$$pkgname" \ --add-comments=TRANSLATORS: --package-name="$$pkgname" \
--package-version="$$pkgver" \ --package-version="$$pkgver" \