2009-04-28 15:10:20 -04:00
|
|
|
|
2010-03-15 18:04:32 -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
|
2009-04-30 11:27:58 -04:00
|
|
|
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 $<
|
|
|
|
|
2009-05-16 11:32:36 -04:00
|
|
|
userguide.html: userguide
|
|
|
|
asciidoc -a toc -n $<
|
2009-03-15 18:15:16 -04:00
|
|
|
|
2010-03-11 21:05:42 -05:00
|
|
|
ipc.html: ipc
|
|
|
|
asciidoc -a toc -n $<
|
|
|
|
|
2010-03-15 18:04:32 -04:00
|
|
|
multi-monitor.html: multi-monitor
|
|
|
|
asciidoc -a toc -n $<
|
|
|
|
|
2009-03-15 18:15:16 -04:00
|
|
|
clean:
|
|
|
|
rm -f */*.{aux,log,toc,bm,pdf,dvi}
|
|
|
|
rm -f *.log *.html
|