cppannotations/icmake/svnclean
2008-12-06 12:13:10 +00:00

14 lines
368 B
Text

void svnclean()
{
run("rm -f script.log {yo,html,latex}/legal.shtml html/cplusplus*.html");
run("rm -f html/target.shtml html/contents.html html/index.html");
run("rm -f html/cppindex.html html/cplusplus.index zip/cplusplus.*.zip");
run("rm -f latex/*.{log,toc,aux,out,ind,ilg,idx,dvi,latex}");
run("rm -rf src/*/*/o src/*/o");
exit(0);
}