diff options
author | Carlos Zuferri <chals@chalsattack.com> | 2014-05-26 21:25:13 +0200 |
---|---|---|
committer | Carlos Zuferri <chals@chalsattack.com> | 2014-05-26 21:25:13 +0200 |
commit | 6f8f7f96d2df2715357c8d10ab8154dec9804cbc (patch) | |
tree | 2225aeae638a05571c2cc44ef3024a24ae26614f | |
parent | 446190515c752460c85a80050baae9a48fc0f110 (diff) | |
download | vyos-live-build-6f8f7f96d2df2715357c8d10ab8154dec9804cbc.tar.gz vyos-live-build-6f8f7f96d2df2715357c8d10ab8154dec9804cbc.zip |
Adding '--package-version' to po4a options.
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 19aa694c2..e3bbc5de7 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -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~ |