source: trunk/documents/UserDoc/UsersGuides/ForToolkitDeveloper/html/Execute.pl @ 1339

Last change on this file since 1339 was 1208, checked in by garnier, 15 years ago

CVS update

  • Property svn:executable set to *
File size: 444 bytes
Line 
1#!/kek/local/bin/perl
2#
3#
4for ($i=1; $i<=6; $i++)
5{
6  `cp node$i.html node$i.html.org`; 
7  `Restructure.pl node$i.html.org > node$i.html`;
8
9#    $command = "Restructure.pl node$i.html > temp$i.html\n";
10#    system($command);
11
12}
13
14`cp toolkitDeveloper.html toolkitDeveloper.html.org`; 
15`Restructure.pl toolkitDeveloper.html.org > toolkitDeveloper.html`;
16 
17`cp index.html index.html.org`;
18`rm index.html`;
19`cp toolkitDeveloper.html index.html`;
20
Note: See TracBrowser for help on using the repository browser.