Last change
on this file since 659 was
659,
checked in by nbozon, 10 years ago
|
Massive update of zoo docs
|
-
Property svn:eol-style set to
native
-
Property svn:mime-type set to
text/x-makefile
|
File size:
579 bytes
|
Rev | Line | |
---|
[119] | 1 | # Makefile for Sphinx documentation |
---|
| 2 | # |
---|
| 3 | |
---|
| 4 | # You can set these variables from the command line. |
---|
[659] | 5 | SPHINXOPTS = |
---|
| 6 | SPHINXBUILD = python ../sphinx-build.py |
---|
| 7 | SPHINXPROJ = sphinx |
---|
| 8 | SOURCEDIR = . |
---|
| 9 | BUILDDIR = _build |
---|
[119] | 10 | |
---|
[659] | 11 | # Has to be explicit, otherwise we don't get "make" without targets right. |
---|
[119] | 12 | help: |
---|
[659] | 13 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
---|
[119] | 14 | |
---|
[659] | 15 | # Catch-all target: route all unknown targets to Sphinx using the new |
---|
| 16 | # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). |
---|
| 17 | %: |
---|
| 18 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
---|
Note: See
TracBrowser
for help on using the repository browser.