Used the same text for po4a as in live-manual.
authorRoland Clobus <rclobus@rclobus.nl>
Wed, 1 May 2019 15:01:57 +0000 (17:01 +0200)
committerRoland Clobus <rclobus@rclobus.nl>
Wed, 1 May 2019 15:01:57 +0000 (17:01 +0200)
manpages/Makefile

index d6c9e3a..70f41a2 100644 (file)
@@ -23,10 +23,8 @@ build: check po4a.cfg
        @if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
        then \
                echo "E: po4a - command not found"; \
-               echo "I: po4a can be obtained from:"; \
-               echo "I:   http://po4a.alioth.debian.org/"; \
-               echo "I: On Debian based systems, po4a can be installed with:"; \
-               echo "I:   apt-get install po4a"; \
+               echo "I: po4a can be obtained from https://po4a.org"; \
+               echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
                exit 1; \
        fi