]> git.sur5r.net Git - i3/i3/blob - docs/Makefile
fc41236f2acf5276ea1957f38bc8aa5b54e1bf40
[i3/i3] / docs / Makefile
1 # To pass additional parameters for asciidoc
2 ASCIIDOC=asciidoc
3
4 ASCIIDOC_TARGETS:=hacking-howto.html debugging.html debugging-release-version.html userguide.html ipc.html multi-monitor.html wsbar.html testsuite.html i3bar-protocol.html
5
6 all: ${ASCIIDOC_TARGETS}
7
8 hacking-howto.html: hacking-howto
9         $(ASCIIDOC) -a toc -n $<
10
11 i3bar-protocol.html: i3bar-protocol
12         $(ASCIIDOC) -a toc -n $<
13
14 debugging.html: debugging
15         $(ASCIIDOC) -n $<
16
17 debugging-release-version.html: debugging-release-version
18         $(ASCIIDOC) -n $<
19
20 userguide.html: userguide
21         $(ASCIIDOC) -a toc -n $<
22
23 testsuite.html: testsuite
24         $(ASCIIDOC) -a toc -n $<
25
26 ipc.html: ipc
27         $(ASCIIDOC) -a toc -n $<
28
29 multi-monitor.html: multi-monitor
30         $(ASCIIDOC) -a toc -n $<
31
32 wsbar.html: wsbar
33         $(ASCIIDOC) -a toc -n $<
34
35 clean:
36         rm -f ${ASCIIDOC_TARGETS}