Commit 264a911b authored by Jeremy Mikola's avatar Jeremy Mikola

Fix Makefile indentation

parent 13eafc62
......@@ -43,12 +43,12 @@ apigen:
mkdocs:
@command -v mkdocs >/dev/null 2>&1; \
if test $$? -eq 0; then \
mkdocs build --clean \
else \
mkdocs build --clean \
else \
echo "Cannot find mkdocs :("; \
echo "Aborting."; \
exit 1; \
fi
fi
docs-api: apigen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment