1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix typo in makefile.

This commit is contained in:
Ludovic Courtès 2011-10-04 13:31:10 +00:00
parent 67318a2f5b
commit 073c6f8b90

View file

@ -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