From 8916f014f94b74d4f0edfe14fcae12ced549bd9a Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 20 Oct 2012 01:32:19 +0400 Subject: app-doc/root-docs: version bump Version bump in 5.32 and 5.34 branches. --- .../root-docs/files/root-docs-5.32-makehtml.patch | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app-doc/root-docs/files/root-docs-5.32-makehtml.patch (limited to 'app-doc/root-docs/files') diff --git a/app-doc/root-docs/files/root-docs-5.32-makehtml.patch b/app-doc/root-docs/files/root-docs-5.32-makehtml.patch new file mode 100644 index 000000000..5cad0102a --- /dev/null +++ b/app-doc/root-docs/files/root-docs-5.32-makehtml.patch @@ -0,0 +1,44 @@ +--- root/Makefile.orig 2012-05-23 21:07:07.000000000 +0400 ++++ root/Makefile 2012-05-23 22:47:48.935680301 +0400 +@@ -1039,8 +1039,7 @@ + releasenotes: + @$(MAKERELNOTES) + +-html: $(ROOTEXE) changelog releasenotes +- @$(MAKELOGHTML) ++html: compiledata releasenotes + @$(MAKEHTML) + + # Use DESTDIR to set a sandbox prior to calling "make install", e.g.: +--- root/build/unix/makehtml.sh.orig 2012-06-18 06:44:59.000000000 +0400 ++++ root/build/unix/makehtml.sh 2012-06-18 19:39:41.262064654 +0400 +@@ -1,17 +1,17 @@ + #! /bin/sh + +-ROOT=bin/root.exe ++ROOT=root.exe + + dir=`pwd` + cd tutorials + # we need tutorials/hsimple.root + if [ ! -f hsimple.root ]; then +- $ROOT -l -b -q hsimple.C ++ $ROOT -l -b -q hsimple.C && exit 1 + fi + cd tree + # we need tutorials/tree/cernstaff.root + if [ ! -f cernstaff.root ]; then +- $ROOT -l -b -q cernbuild.C ++ $ROOT -l -b -q cernbuild.C || exit 1 + fi + cd $dir + +@@ -19,7 +19,7 @@ + echo "Generating doc in directory htmldoc/..." + echo "" + +-$ROOT -l <