---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fedd0db..aa7f254 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -286,7 +286,7 @@ doc/%.png: doc/%.dot
        $(DOT) -Tpng -o $@ $<
 
 man/%.7.in man/%.8.in: man/%.sgml man/footer.sgml $(DOCBOOK_WRAPPER)
-       @test -n "$(DOCBOOK2MAN)" || { echo 'docbook2html' not found during 
configure; exit 1; }
+       @test -n "$(DOCBOOK2MAN)" || { echo 'docbook2man' not found during 
configure; exit 1; }
        TMPDIR=`mktemp -d` && { \
        $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $$TMPDIR/$(patsubst 
man/%.in,%,$@) ; \
        mv $$TMPDIR/$(patsubst man/%.in,%,$@) $@ ; \
-- 
1.6.3.4

Reply via email to