elog2labfolder/Makefile
author weiher
Thu, 11 Jan 2018 12:10:42 +0100
changeset 3 b71be85a294c
permissions -rw-r--r--
Initial commit of labfolder at FHI documentation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     1
# Minimal makefile for Sphinx documentation
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     2
#
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     3
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     4
# You can set these variables from the command line.
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     5
SPHINXOPTS    =
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     6
SPHINXBUILD   = sphinx-build
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     7
SPHINXPROJ    = elog2labfolder
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     8
SOURCEDIR     = .
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
     9
BUILDDIR      = _build
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    10
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    11
# Put it first so that "make" without argument is like "make help".
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    12
help:
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    13
	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    14
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    15
.PHONY: help Makefile
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    16
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    17
# Catch-all target: route all unknown targets to Sphinx using the new
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    18
# "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    19
%: Makefile
b71be85a294c Initial commit of labfolder at FHI documentation
weiher
parents:
diff changeset
    20
	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)