mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
rmindexlines was located at the wrong place
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@567 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
a2c294a2d6
commit
10a2426dcf
1 changed files with 5 additions and 4 deletions
|
@ -19,6 +19,11 @@ void programs(int docs)
|
|||
run("./build");
|
||||
chdir("../../");
|
||||
}
|
||||
|
||||
if (!exists("tmp/bin/rmindexlines"))
|
||||
run(GPP " " CPPOPT
|
||||
" -o tmp/bin/rmindexlines src/rmindexlines/rmindexlines.cc -s");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -28,10 +33,6 @@ void programs(int docs)
|
|||
if (!exists("tmp/bin/trim"))
|
||||
run(GPP " " CPPOPT " -o tmp/bin/trim src/trim/trim.cc -s");
|
||||
|
||||
if (!exists("tmp/bin/rmindexlines"))
|
||||
run(GPP " " CPPOPT
|
||||
" -o tmp/bin/rmindexlines src/rmindexlines/rmindexlines.cc -s");
|
||||
|
||||
if (!exists("tmp/bin/tab"))
|
||||
{
|
||||
chdir("src/tab");
|
||||
|
|
Loading…
Reference in a new issue