]> git.sur5r.net Git - i3/i3.github.io/blob - _docs/Makefile
add _docs/repositories, update hint on /downloads
[i3/i3.github.io] / _docs / Makefile
1
2 all: hacking-howto.html debugging.html repositories.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html i3status.html i3.html
3
4 hacking-howto.html: hacking-howto
5         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
6
7 debugging.html: debugging
8         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -n $<
9
10 repositories.html: repositories
11         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -n $<
12
13 userguide.html: userguide
14         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
15
16 tree-migrating.html: tree-migrating
17         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
18
19 ipc.html: ipc
20         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
21
22 multi-monitor.html: multi-monitor
23         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
24
25 wsbar.html: wsbar
26         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
27
28 i3status.html: i3status.man
29         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
30
31 i3.html: i3.man
32         asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
33
34 clean:
35         rm -f */*.{aux,log,toc,bm,pdf,dvi}
36         rm -f *.log *.html