Skip to content

Commit 7eea82a

Browse files
TEST: No quotation marks for path variables
1 parent 041a402 commit 7eea82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ api:
2929

3030
html latex: api
3131
@echo
32-
@echo "Building "$@" files."
32+
@echo "Building $@ files."
3333
@echo
3434
# Set PYGMT_USE_EXTERNAL_DISPLAY to "false" to disable external display
35-
PYGMT_USE_EXTERNAL_DISPLAY="false" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
35+
PYGMT_USE_EXTERNAL_DISPLAY="false" $(SPHINXBUILD) -M $@ $(SOURCEDIR) $(BUILDDIR) $(SPHINXOPTS)
3636
@echo
3737
@echo "Build finished. The files are in $(BUILDDIR)/$@."
3838

0 commit comments

Comments
 (0)