From: nick Date: Mon, 7 Nov 2005 11:56:30 +0000 (+0000) Subject: 07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=487c01f36784af459a9f547de6fbc4935617a315 07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed by ":") to make it generic so that it works correctly on all platforms (thanks Axel Naumann). --- diff --git a/RALICE/history.txt b/RALICE/history.txt index 687be54b7bc..f75c05171ce 100644 --- a/RALICE/history.txt +++ b/RALICE/history.txt @@ -661,3 +661,5 @@ 29-oct-2005 NvE Forgotten angular unit setting fixed w.r.t. begin point etc... in AliTrack::ListAll ad begin point etc... info also added in AliTrack::List. Memberfunction SortTracks introduced in AliJet and comment corrected in AliVertex.h. +07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed by ":") to make + it generic so that it works correctly on all platforms (thanks Axel Naumann). diff --git a/RALICE/macros/makedocs.cc b/RALICE/macros/makedocs.cc index 2aec2a03586..c1829945f73 100644 --- a/RALICE/macros/makedocs.cc +++ b/RALICE/macros/makedocs.cc @@ -31,7 +31,7 @@ gEnv->SetValue("Root.Html.OutputDir","../htmldoc/"); THtml q; - q.SetSourceDir("..;../icepack;../icepack/iceconvert;../wa98"); + q.SetSourceDir("..:../icepack:../icepack/iceconvert:../wa98"); q.MakeAll(); } \ No newline at end of file