diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-16 07:11:54 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-16 07:11:54 -0400 |
| commit | 44316ecd150b6c37cb62b9a1c53226f0325f4419 (patch) | |
| tree | 1b211854cf49be8ee4b5bd18e2be899b50545042 /docs/Makefile | |
| parent | a59caa2359533fb99dba99e3526795ec76727a52 (diff) | |
changed paths
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index b3531533..1efc33f0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = python -msphinx SPHINXPROJ = zmNinja SOURCEDIR = . -BUILDDIR = _build +BUILDDIR = docgen # Put it first so that "make" without argument is like "make help". help: @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
\ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
