mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Make FAIL_WARN a boolean
This commit is contained in:
parent
78cd83845f
commit
e914f0df8e
3 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
ifdef FAIL_WARN
|
||||
FAIL_WARN=-W
|
||||
endif
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -n -q -j auto -T $(FAIL_WARN) $(OPTS)
|
||||
SPHINXBUILD = sphinx-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue