From 073c6f8b90a0b61f65a1742837e31bebd5777f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 4 Oct 2011 13:31:10 +0000 Subject: [PATCH] Fix typo in makefile. --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index db31cd7c..60bd0687 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -16,7 +16,7 @@ manual.html: $(DOCBOOK_FILES) $(XSLTPROC) --nonet --xinclude --output manual.html \ $(docbookxsl)/html/docbook.xsl manual.xml; \ else \ - @echo "Please install xsltproc and rerun configure."; \ + echo "Please install xsltproc and rerun configure."; \ exit 1; \ fi