From 53b1196abe7aa6392cae6544bf72ef4153ace090 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 3 Jul 2001 14:39:40 +0000 Subject: [PATCH] Macro updated corresponding to its location in the subdirectory 'scripts'. --- RALICE/scripts/makedocs.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.31.1