docs/Makefile

Tue, 27 Mar 2018 15:13:05 +0300

author
Ioannis <ioannis@inoe.ro>
date
Tue, 27 Mar 2018 15:13:05 +0300
changeset 145
a99ae250e086
parent 95
efa2d8e1a2e5
permissions
-rw-r--r--

Change for reading new lines for both Windows and Linux

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