diff options
-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~ |