Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Primer build #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 1 addition & 27 deletions rdoc/copyguides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,32 +111,6 @@ for f in $min2guides; do
cp $srcmin2/$f $destmin2
done

# ROOT primer products
srcprim=$src/documentation/primer
destprim=$dest/primer
destprimfig=$destprim/figures

if [ ! -d $destprim ]; then
mkdir -p $destprim
fi

if [ ! -d $destprimfig ]; then
mkdir -p $destprimfig
fi

primguides="
ROOTPrimer.pdf
ROOTPrimerLetter.pdf
ROOTPrimer.html
ROOTPrimer.epub
"

cp $srcprim/figures/* $destprimfig/

for f in $primguides; do
cp $srcprim/$f $destprim
done

# Spectrum products
srcspec=$src/documentation/spectrum
destspec=$dest/spectrum
Expand Down Expand Up @@ -234,6 +208,6 @@ done

# Copy the guides to root.cern.ch
echo "Synchronize $dest/ with root.cern.ch:/var/www/root/root/$dest/"
rsync --delete --exclude nbprimer -a $dest/ root.cern.ch:/var/www/root/root/$dest/
rsync --delete -a $dest/ root.cern.ch:/var/www/root/root/$dest/

exit 0
7 changes: 0 additions & 7 deletions rdoc/makedoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,4 @@ fi
# Free the space used by the $docdir
rm -rf $docdir

#if [ "x$1" = "xmaster" ]; then
# . ../ROOT-Primer/scripts/build.sh root.cern.ch:/var/www/root/root/htmldoc/guides/nbprimer all
# if [ $? -ne 0 ]; then
# echo "$prog: Primer failed, exiting..."
# exit 1
# fi
#fi
exit 0
5 changes: 0 additions & 5 deletions rdoc/makeguides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ cd $srcdir/documentation/minuit2
make
cd $dir

# make ROOT primer
cd $srcdir/documentation/primer
make
cd $dir

# make Spectrum guide
cd $srcdir/documentation/spectrum
make
Expand Down