cppannotations/icmake/man
2006-09-04 22:13:44 +00:00

11 lines
237 B
Bash

void man()
{
md("tmp/man");
if ("man/c++-annotations.yo" younger "tmp/man/c++-annotations.7")
{
chdir("man");
system("yodl2man -o ../tmp/man/c++-annotations.7 c++-annotations");
chdir(g_cwd);
}
}