i@95: # Minimal makefile for Sphinx documentation i@95: # i@95: i@95: # You can set these variables from the command line. i@95: SPHINXOPTS = i@95: SPHINXBUILD = sphinx-build i@95: SPHINXPROJ = Atmosphericlidar i@95: SOURCEDIR = . i@95: BUILDDIR = _build i@95: i@95: # Put it first so that "make" without argument is like "make help". i@95: help: i@95: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) i@95: i@95: .PHONY: help Makefile i@95: i@95: # Catch-all target: route all unknown targets to Sphinx using the new i@95: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). i@95: %: Makefile i@95: @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)