Adding '--package-version' to po4a options.
This commit is contained in:
parent
446190515c
commit
6f8f7f96d2
|
@ -28,7 +28,7 @@ build: check po4a.cfg
|
|||
exit 1; \
|
||||
fi
|
||||
|
||||
po4a --keep 0 --package-name live-build po4a.cfg
|
||||
po4a --keep 0 --package-name live-build --package-version $(shell cat ../VERSION) po4a.cfg
|
||||
|
||||
clean:
|
||||
rm -f po/*/*.po~
|
||||
|
|
Loading…
Reference in New Issue