i3/docs/Makefile

22 lines
394 B
Makefile
Raw Normal View History

2009-04-28 15:10:20 -04:00
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.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 $<
ipc.html: ipc
asciidoc -a toc -n $<
multi-monitor.html: multi-monitor
asciidoc -a toc -n $<
clean:
rm -f */*.{aux,log,toc,bm,pdf,dvi}
rm -f *.log *.html