6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
all:
|
||
|
a2x -f xhtml manual.txt
|
||
|
|
||
|
clean:
|
||
|
-rm -f *.css *.html
|