gri3-wm/docs/Makefile

22 lines
394 B
Makefile
Raw Normal View History

2009-04-28 21:10:20 +02:00
all: hacking-howto.html debugging.html userguide.html ipc.html multi-monitor.html
2009-04-28 21:10:20 +02:00
2009-03-07 17:02:17 +01:00
hacking-howto.html: hacking-howto
asciidoc -a toc -n $<
2009-03-07 17:02:17 +01:00
2009-04-28 21:10:20 +02: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