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