From: nick Date: Tue, 3 Jul 2001 14:39:40 +0000 (+0000) Subject: Macro updated corresponding to its location in the subdirectory 'scripts'. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=53b1196abe7aa6392cae6544bf72ef4153ace090;ds=sidebyside Macro updated corresponding to its location in the subdirectory 'scripts'. --- diff --git a/RALICE/scripts/makedocs.cc b/RALICE/scripts/makedocs.cc index 6813a8552c7..126d793018e 100644 --- a/RALICE/scripts/makedocs.cc +++ b/RALICE/scripts/makedocs.cc @@ -7,7 +7,7 @@ gSystem->Load("ralice"); THtml q; - q.SetOutputDir("./html"); - q.SetSourceDir("."); + q.SetOutputDir("./htmldoc"); + q.SetSourceDir(".."); q.MakeAll(); } \ No newline at end of file