mirror of
https://github.com/i3/i3.git
synced 2026-02-06 19:35:38 +00:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
hacking-howto.html: hacking-howto
|
|
asciidoc -n $<
|
|
|
|
all: hacking-howto.html
|
|
|
|
clean:
|
|
rm -f */*.{aux,log,toc,bm,pdf,dvi}
|
|
rm -f *.log *.html
|