Browse Source

Fixes doc/Makefile fails if path contains spaces

(cherry picked from commit 0fd29f76a239a926684dccbfbfe904cf6494690b)
Voylin 3 years ago
parent
commit
41e63559bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -1,4 +1,4 @@
-BASEDIR = $(CURDIR)
+BASEDIR = .
 CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/
 OUTPUTDIR = $(BASEDIR)/_build
 TOOLSDIR = $(BASEDIR)/tools