diff options
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 84ba328..122e7d6 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -30,7 +30,7 @@ build: check po4a.cfg exit 1; \ fi - po4a --keep 0 --package-name live-boot --package-version $(shell cat ../VERSION) po4a.cfg + po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-boot --package-version $(shell cat ../VERSION) po4a.cfg clean: rm -rf $(LANGUAGES) |