docs/Makefile

Mon, 25 Jan 2021 23:36:50 +0200

author
Ioannis <ibinietoglou@raymetrics.com>
date
Mon, 25 Jan 2021 23:36:50 +0200
changeset 210
b08b40c62027
parent 95
efa2d8e1a2e5
permissions
-rw-r--r--

Version 0.5.4 after merge

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