diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 14:12:33 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 14:12:33 +0200 |
commit | 3f909bf486c2303913e65b49c8d8aabb728c4bd6 (patch) | |
tree | 5e0804c7a28bfedaa038a1758ec1f8f5cf52f31c /manpages/Makefile | |
parent | 2fe6afe46008c50ef7d3a9b505ca5cf28c355f3c (diff) | |
download | vyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.tar.gz vyos-live-build-3f909bf486c2303913e65b49c8d8aabb728c4bd6.zip |
Drop all references to live-systems.org and update copyright file
Also fix the version string in the manual pages.
Closes: #859290
Diffstat (limited to 'manpages/Makefile')
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 0eeb3d406..563ca503b 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -47,7 +47,7 @@ build: check po4a.cfg exit 1; \ fi - po4a --copyright-holder "Live Systems Project" --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 cd .. && dpkg-parsechangelog -S Version) po4a.cfg clean: rm -f po/*/*.po~ |