diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:12:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:12:38 +0200 |
commit | 869914c57806494a815a3b251daff6d0919dcd15 (patch) | |
tree | aa71b2a204e033245e5b2239a5c2e5c5836e53a6 /manpages/Makefile | |
parent | f68ecad4382a579591eb920b5b7497aa423cba82 (diff) | |
download | vyos-live-build-869914c57806494a815a3b251daff6d0919dcd15.tar.gz vyos-live-build-869914c57806494a815a3b251daff6d0919dcd15.zip |
Making help message about missing po4a in manpages makefile distribution neutral.
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 5c4a93737..2d07fe92e 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -24,7 +24,7 @@ build: po4a.cfg then \ echo "E: po4a - command not found"; \ echo "I: po4a can be optained from http://po4a.alioth.debian.org/"; \ - echo "I: On Debian systems, po4a can be installed with 'apt-get install po4a'."; \ + echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \ exit 1; \ fi |