This patch corrects the generated tools.mk when no tool to create manual

from docbook is found

Original patch has been modified to send message to >&2 instead of /dev/stderr
and to stop make.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
This commit is contained in:
Finn Thain 2008-09-11 00:21:35 +02:00 committed by Laurent Vivier
parent c5268fb299
commit c1ebc202d7

View File

@ -153,10 +153,12 @@ cat <<!EOF
!EOF
else
cat <<!EOF
%.5: %.sgml
echo "Missing tools to generate \$@ from \$<"
@echo "Missing tools to generate \$@ from \$<" >&2 && false
%.8: %.sgml
echo "Missing tools to generate \$@ from \$<"
@echo "Missing tools to generate \$@ from \$<" >&2 && false
!EOF
fi
fi