]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _docs/Makefile
add _docs/repositories, update hint on /downloads
[i3/i3.github.io] / _docs / Makefile
index bc5b4bd599ea6e6e295cf4b38b7de83657c174cd..b94e0ebe4e2f6365c6d12727c00a97cebeb1cfd9 100644 (file)
@@ -1,5 +1,5 @@
 
-all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html i3status.html i3.html
+all: hacking-howto.html debugging.html repositories.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html i3status.html i3.html
 
 hacking-howto.html: hacking-howto
        asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<
@@ -7,6 +7,9 @@ hacking-howto.html: hacking-howto
 debugging.html: debugging
        asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -n $<
 
+repositories.html: repositories
+       asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -n $<
+
 userguide.html: userguide
        asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $<