Skip to content
Snippets Groups Projects
Commit 085b231a authored by Axel Naumann's avatar Axel Naumann
Browse files

Do not parse rootlogon (ROOT-4394).

parent 36578696
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ ROOT=$dir/bin/root ...@@ -5,12 +5,12 @@ ROOT=$dir/bin/root
cd tutorials cd tutorials
# we need tutorials/hsimple.root # we need tutorials/hsimple.root
if [ ! -f hsimple.root ]; then if [ ! -f hsimple.root ]; then
$ROOT -l -b -q hsimple.C $ROOT -n -l -b -q hsimple.C
fi fi
cd tree cd tree
# we need tutorials/tree/cernstaff.root # we need tutorials/tree/cernstaff.root
if [ ! -f cernstaff.root ]; then if [ ! -f cernstaff.root ]; then
$ROOT -l -b -q cernbuild.C $ROOT -n -l -b -q cernbuild.C
fi fi
cd $dir cd $dir
...@@ -20,7 +20,7 @@ echo "" ...@@ -20,7 +20,7 @@ echo ""
# To generate the full documentation, we do need to # To generate the full documentation, we do need to
# use the graphics engine, so do not use '-b'. # use the graphics engine, so do not use '-b'.
$ROOT -l <<makedoc $ROOT -n -l <<makedoc
THtml h; THtml h;
h.LoadAllLibs(); h.LoadAllLibs();
h.MakeAll(); h.MakeAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment