docs/Makefile

Thu, 06 Sep 2018 16:51:13 +0300

author
Iannis <i.binietoglou@impworks.gr>
date
Thu, 06 Sep 2018 16:51:13 +0300
changeset 152
3e4e6472b88b
parent 95
efa2d8e1a2e5
permissions
-rw-r--r--

New raymetrics file

i@95 1 # Minimal makefile for Sphinx documentation
i@95 2 #
i@95 3
i@95 4 # You can set these variables from the command line.
i@95 5 SPHINXOPTS =
i@95 6 SPHINXBUILD = sphinx-build
i@95 7 SPHINXPROJ = Atmosphericlidar
i@95 8 SOURCEDIR = .
i@95 9 BUILDDIR = _build
i@95 10
i@95 11 # Put it first so that "make" without argument is like "make help".
i@95 12 help:
i@95 13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
i@95 14
i@95 15 .PHONY: help Makefile
i@95 16
i@95 17 # Catch-all target: route all unknown targets to Sphinx using the new
i@95 18 # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
i@95 19 %: Makefile
i@95 20 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

mercurial