Skip to content

Commit

Permalink
Used the same text for po4a as in live-manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
rclobus committed May 1, 2019
1 parent e8e759f commit 01b2c89
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manpages/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 01b2c89

Please sign in to comment.