mirror of
https://github.com/i3/i3.git
synced 2026-03-02 14:05:27 +00:00
14 lines
206 B
Makefile
14 lines
206 B
Makefile
|
|
all: hacking-howto.html debugging.html
|
|
|
|
hacking-howto.html: hacking-howto
|
|
asciidoc -a toc -n $<
|
|
|
|
debugging.html: debugging
|
|
asciidoc -n $<
|
|
|
|
|
|
clean:
|
|
rm -f */*.{aux,log,toc,bm,pdf,dvi}
|
|
rm -f *.log *.html
|