diff options
author | Carlos Zuferri <chals@chalsattack.com> | 2015-09-24 20:15:12 +0200 |
---|---|---|
committer | Iain R. Learmonth <irl@debian.org> | 2015-12-15 14:00:25 +0000 |
commit | 90a4410cf95840a33f94c4f19c2a3d3827f85ea7 (patch) | |
tree | 15e8c2d501082c5ef9e96ee0a7c8526eb3bc11e7 | |
parent | 2c118b384c8b14f96e3a60160e90399c71a1b103 (diff) | |
download | vyos-live-build-90a4410cf95840a33f94c4f19c2a3d3827f85ea7.tar.gz vyos-live-build-90a4410cf95840a33f94c4f19c2a3d3827f85ea7.zip |
Using 'Live Systems Project' as default project in .pot files.
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index e8fb5ff1c..0eeb3d406 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -47,7 +47,7 @@ build: check po4a.cfg exit 1; \ fi - po4a --keep 0 --package-name live-build --package-version $(shell cat ../VERSION) po4a.cfg + po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-build --package-version $(shell cat ../VERSION) po4a.cfg clean: rm -f po/*/*.po~ |