File indexing completed on 2025-08-03 08:22:00
0001 {
0002 G__loadfile("./include/RDBC/config.h");
0003 if(!gSystem->AccessPathName("./odbc/.libs/libRDBC.so")) gSystem->Load("./odbc/.libs/libRDBC.so");
0004 else gSystem->Load("libRDBC");
0005
0006 TString comment = RDBC_PACKAGE;
0007 comment += " Version ";
0008 comment += RDBC_VERSION;
0009 comment += " Release Notes";
0010
0011 cout << endl;
0012 cout << "Generating hyperized version of ChangeLog in directory htmldoc/examples..." << endl;
0013 cout << endl;
0014
0015 gEnv->SetValue("Unix.*.Root.Html.SourceDir","./:odbc/:include/RDBC/",kEnvChange);
0016 gEnv->SetValue("Root.Html.OutputDir","htmldoc",kEnvChange);
0017 gEnv->SetValue("Root.Html.Root","http://root.cern.ch/root/html",kEnvChange);
0018
0019 THtml html;
0020 html.Convert("ChangeLog",comment.Data());
0021 }