mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
7 lines
184 B
Text
7 lines
184 B
Text
void gitlab()
|
|
{
|
|
run("cp -r yo/version.yo tmp/manhtml/c++-annotations-man.html "
|
|
"tmp/docs/zips ../../wip");
|
|
run("cp changelog ../../wip/changelog.txt");
|
|
exit(0);
|
|
}
|