blob d2a339b149e5efc224c822d859a326c790c61181 606 bytes (raw)
name: doc/Makefile.local # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| | # Makefile for Sphinx documentation
#
dir := doc
# You can set these variables from the command line.
SPHINXOPTS := -q -c $(dir)
SPHINXBUILD = sphinx-build
BUILDDIR := $(dir)/_build
# Internal variables.
ALLSPHINXOPTS := -d $(BUILDDIR)/doctrees $(SPHINXOPTS) $(dir)
.PHONY: help clean html man texinfo info
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
man:
$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
texinfo:
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
info: texinfo
make -C $(BUILDDIR)/texinfo info
CLEAN := $(CLEAN) $(dir)/_build
|
debug log:
solving d2a339b ...
found d2a339b in https://yhetil.org/notmuch/1390925558-15873-2-git-send-email-david@tethera.net/ ||
https://yhetil.org/notmuch/1393114575-8756-2-git-send-email-david@tethera.net/ ||
https://yhetil.org/notmuch/1393329181-17404-2-git-send-email-david@tethera.net/
applying [1/1] https://yhetil.org/notmuch/1390925558-15873-2-git-send-email-david@tethera.net/
diff --git a/doc/Makefile.local b/doc/Makefile.local
new file mode 100644
index 0000000..d2a339b
Checking patch doc/Makefile.local...
Applied patch doc/Makefile.local cleanly.
skipping https://yhetil.org/notmuch/1393114575-8756-2-git-send-email-david@tethera.net/ for d2a339b
skipping https://yhetil.org/notmuch/1393329181-17404-2-git-send-email-david@tethera.net/ for d2a339b
index at:
100644 d2a339b149e5efc224c822d859a326c790c61181 doc/Makefile.local
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).