Fix typo in makefile.
This commit is contained in:
parent
67318a2f5b
commit
073c6f8b90
|
@ -16,7 +16,7 @@ manual.html: $(DOCBOOK_FILES)
|
||||||
$(XSLTPROC) --nonet --xinclude --output manual.html \
|
$(XSLTPROC) --nonet --xinclude --output manual.html \
|
||||||
$(docbookxsl)/html/docbook.xsl manual.xml; \
|
$(docbookxsl)/html/docbook.xsl manual.xml; \
|
||||||
else \
|
else \
|
||||||
@echo "Please install xsltproc and rerun configure."; \
|
echo "Please install xsltproc and rerun configure."; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue