mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:26:01 +01:00
Remove obsolete check
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
e1673cb4a6
commit
edcab67951
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue