Skip to content

Commit 2787de3

Browse files
committed
Change to tool building
1 parent f782c8a commit 2787de3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

generate/tools.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
$page->content(file_get_contents($index));
1212
//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
1313
writeFile($tools_dir.'/index.html', $page->out());
14-
//copydirr(CONTENTDIR."api_$lang/LIB_images", BASEDIR.$tools_dir.'/images');
14+
copydirr(CONTENTDIR."api_$lang/LIB_images", BASEDIR.$tools_dir.'/images');
1515

1616
// copy over the files for the contributed libraries
17-
//copy(CONTENTDIR."static/tools.html", BASEDIR.$tools_dir.'/tools.html');
17+
copy(CONTENTDIR."static/tools.html", BASEDIR.$tools_dir.'/tools.html');
1818

1919
$benchmark_end = microtime_float();
2020
$execution_time = round($benchmark_end - $benchmark_start, 4);
2121

2222
?>
2323

24-
<h2>Library Generation Successful</h2>
24+
<h2>Tool Generation Successful</h2>
2525
<p>Generated files in <?=$execution_time?> seconds.</p>

0 commit comments

Comments
 (0)