X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=_docs%2FMakefile;h=bb1fa8948c14eca505c8752f2985c6f5a654a235;hb=03673d1071f414c9116d090032906750b76b0475;hp=ba01bfe687c7f34a3b61291d8296ed7d10b606e2;hpb=2e6ce98bb7086c9ff49d091600b9e86555ecac0e;p=i3%2Fi3.github.io diff --git a/_docs/Makefile b/_docs/Makefile index ba01bfe..bb1fa89 100644 --- a/_docs/Makefile +++ b/_docs/Makefile @@ -1,5 +1,8 @@ -all: hacking-howto.html debugging.html debugging-release-version.html i3bar-protocol.html repositories.html buildbot.html userguide.html ipc.html multi-monitor.html wsbar.html i3status.html i3.html i3-config-wizard.html i3-nagbar.html i3-migrate-config-to-v4.html i3-msg.html testsuite.html +all: hacking-howto.html debugging.html debugging-release-version.html i3bar-protocol.html repositories.html buildbot.html userguide.html ipc.html multi-monitor.html wsbar.html i3status.html i3.html i3-config-wizard.html i3-nagbar.html i3-migrate-config-to-v4.html i3-msg.html testsuite.html gsoc2013-ideas.html tshirts.html layout-saving.html + +gsoc2013-ideas.html: gsoc2013-ideas + asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< hacking-howto.html: hacking-howto asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< @@ -31,9 +34,15 @@ ipc.html: ipc multi-monitor.html: multi-monitor asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< +layout-saving.html: layout-saving + asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< + wsbar.html: wsbar asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< +tshirts.html: tshirts + asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< + i3status.html: i3status.man asciidoc -a linkcss -a stylesdir=/css -a scriptsdir=/js --backend=xhtml11 -f conf/i3html.conf -a toc -n $< @@ -42,4 +51,5 @@ i3status.html: i3status.man clean: rm -f */*.{aux,log,toc,bm,pdf,dvi} - rm -f *.log *.html + rm -f *.log + find . -maxdepth 1 -name "*.html" -and \! -name "refcard.html" -delete