cppannotations/icmake/man

12 lines
237 B
Text
Raw Normal View History

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);
}
}