Remove obsolete check

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2014-04-29 17:45:05 +02:00
parent e1673cb4a6
commit edcab67951

View file

@ -11,10 +11,6 @@ HTML_SORUCES=$(wildcard *.rst api/*.rst configuration/*.rst installation/*.rst u
SPHINX_OPTS+=-d $(SPHINX_BUILDDIR)/doctrees
ifeq ($(shell which $(SPHINX_BIN) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINX_BIN)' command was not found.)
endif
all: man html
clean: