Fix typo in makefile.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user