i3/docs/Makefile

29 lines
528 B
Makefile
Raw Normal View History

2009-04-28 15:10:20 -04:00
2011-01-29 09:10:51 -05:00
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html wsbar.html tree-migrating.html
2009-04-28 15:10:20 -04:00
2009-03-07 11:02:17 -05:00
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
2009-03-07 11:02:17 -05:00
2009-04-28 15:10:20 -04:00
debugging.html: debugging
asciidoc -n $<
userguide.html: userguide
asciidoc -a toc -n $<
2011-01-29 09:10:51 -05:00
tree-migrating.html: tree-migrating
asciidoc -a toc -n $<
ipc.html: ipc
asciidoc -a toc -n $<
multi-monitor.html: multi-monitor
asciidoc -a toc -n $<
wsbar.html: wsbar
asciidoc -a toc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html