X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2FMakefile;h=ea222162f6c148688566863ba41b226c440d0fa3;hb=275828e2d9d9c2b83eae94544e4d43d2027702e0;hp=d56bc50c352ab317374f0d6f70d87d32fdb7b57a;hpb=b4a78aa577ab166aa008acaab091f43e0cb7ecce;p=live-boot-grml.git diff --git a/manpages/Makefile b/manpages/Makefile index d56bc50..ea22216 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -28,7 +28,7 @@ build: check po4a.cfg exit 1; \ fi - po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-boot --package-version $(shell cd ..;dpkg-parsechangelog -S Version) po4a.cfg + po4a --copyright-holder "Debian Live Project" --keep 0 --package-name live-boot --package-version $(shell cd ..;dpkg-parsechangelog -S Version) po4a.cfg clean: rm -rf $(LANGUAGES) @@ -53,3 +53,5 @@ check: fi @echo " done!" + +.PHONY: po4a.cfg