Fixes doc/Makefile fails if path contains spaces
(cherry picked from commit 0fd29f76a2
)
This commit is contained in:
parent
6025d4ae2e
commit
f3d1629061
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
BASEDIR = $(CURDIR)
|
||||
BASEDIR = .
|
||||
CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/
|
||||
OUTPUTDIR = $(BASEDIR)/_build
|
||||
TOOLSDIR = $(BASEDIR)/tools
|
||||
|
|
Loading…
Add table
Reference in a new issue