mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
Do not use ?= for defining macros
To define make macros one may use make arguments, so inheriting them from environment is not needed. I also do not see nmake supporting `?=` (not sure that anybody will use this though).
This commit is contained in:
parent
06a15ee999
commit
22e9dfd885
@ -1,8 +1,8 @@
|
|||||||
# Makefile for Sphinx documentation
|
# Makefile for Sphinx documentation
|
||||||
SPHINXOPTS ?=
|
SPHINXOPTS =
|
||||||
SPHINXBUILD ?= sphinx-build
|
SPHINXBUILD = sphinx-build
|
||||||
PAPER ?=
|
PAPER =
|
||||||
BUILDDIR ?= _build
|
BUILDDIR = _build
|
||||||
|
|
||||||
# Internal variables
|
# Internal variables
|
||||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user