mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
00e4e0294f
commit
f22c7beace
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue