Skip to content
Snippets Groups Projects
Commit 78bc6748 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

before generating the html version of the reference manual generate the

files tutorials/hsimple.root and tutorials/tree/cernstaff.root
which are needed by some of the scripts. Fixes issue 83868.


git-svn-id: http://root.cern.ch/svn/root/trunk@40146 27541ba8-7e3a-0410-8455-c3a389f83636
parent 33457d32
No related branches found
No related tags found
Loading
......@@ -2,6 +2,19 @@
ROOT=bin/root.exe
dir=`pwd`
cd tutorials
# we need tutorials/hsimple.root
if [ ! -f hsimple.root ]; then
$ROOT -l -b -q hsimple.C
fi
cd tree
# we need tutorials/tree/cernstaff.root
if [ ! -f cernstaff.root ]; then
$ROOT -l -b -q cernbuild.C
fi
cd $dir
echo ""
echo "Generating doc in directory htmldoc/..."
echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment