9a8690f9ae
svn path=/trunk/gtk-sharp/; revision=5718
5 lines
87 B
Makefile
5 lines
87 B
Makefile
all: todo.html
|
|
|
|
todo.html: todo.xml todo.xsl
|
|
xsltproc todo.xsl todo.xml > todo.html
|
|
|