unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 5bb3e43d6fd6f59898396822432e15a26d7544ae 615 bytes (raw)
name: doc/rst2man/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 -*-
dir := doc/rst2man

prerst2man := python $(dir)/prerst2man.py $(dir)/.. $(dir)

MANSRC := $(dir)/notmuch.1 $(dir)/notmuch-search.1 $(dir)/notmuch-search-terms.7

%.1 : %.rst
	rst2man $< > $@

%.7: %.rst
	rst2man $< > $@

# preprocessed source files suitable for rst2man
RST2MANSRC := $(dir)/notmuch.rst $(dir)/notmuch-search.rst $(dir)/notmuch-search-terms.rst

# actual source files

RSTSRC := $(patsubst ${dir}/%,$(dir)/../%,${RST2MANSRC})

RSTMANSRC := $(patsubst %.rst,%.1,${RST2MANSRC})

rst2man: ${MANSRC}

${RST2MANSRC}: ${RSTSRC}
	$(prerst2man)

CLEAN := ${CLEAN} ${RST2MANSRC} ${MANSRC}

debug log:

solving 5bb3e43 ...
found 5bb3e43 in https://yhetil.org/notmuch/1390925558-15873-3-git-send-email-david@tethera.net/

applying [1/1] https://yhetil.org/notmuch/1390925558-15873-3-git-send-email-david@tethera.net/
diff --git a/doc/rst2man/Makefile.local b/doc/rst2man/Makefile.local
new file mode 100644
index 0000000..5bb3e43

Checking patch doc/rst2man/Makefile.local...
Applied patch doc/rst2man/Makefile.local cleanly.

index at:
100644 5bb3e43d6fd6f59898396822432e15a26d7544ae	doc/rst2man/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).