docs/Makefile

Sun, 18 Mar 2018 11:22:17 +0200

author
Iannis B <ioannis@inoe.ro>
date
Sun, 18 Mar 2018 11:22:17 +0200
changeset 140
7a92985c5458
parent 95
efa2d8e1a2e5
permissions
-rw-r--r--

Added changes to changelog.

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