log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
libervia-backend
annotate doc/Makefile @ 3819:
4f02e339d184
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
plugin XEP-0292: vCard4 Over XMPP implementation: implementation of vCard4, the dedicated <IQ/> protocol is not implemented because it's obsoleted (see comments). Fow now, only `fn`, `nickname` and `note` are handled. rel 368
author
Goffi <goffi@goffi.org>
date
Wed, 29 Jun 2022 11:58:00 +0200 (2022-06-29)
parents
ce16847a7b6d
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
2946
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
1
# Minimal makefile for Sphinx documentation
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
2
#
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
3
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
4
# You can set these variables from the command line.
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
5
SPHINXOPTS
=
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
6
SPHINXBUILD
=
sphinx-build
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
7
SOURCEDIR
=
.
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
8
BUILDDIR
=
.build
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
9
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
10
# Put it first so that "make" without argument is like "make help".
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
11
help
:
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
12
@
$(
SPHINXBUILD
)
-M
help
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
13
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
14
.PHONY
:
help
Makefile
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
15
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
16
# Catch-all target: route all unknown targets to Sphinx using the new
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
17
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
18
%
:
Makefile
ce16847a7b6d
doc: documentation first draft:
Goffi <goffi@goffi.org>
parents:
diff
changeset
+
−
19
@
$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)