aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2014-07-02 17:35:16 +0400
committerAndrew Savchenko <bircoph@gmail.com>2014-07-02 17:35:16 +0400
commite116f147917ffb7abb208aa05681f2d7f5a88620 (patch)
tree83f38a2d16890c613029b62baf1133e240479a9e /app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
parentsci-physics/root: fix Cling library load (diff)
downloadsci-e116f147917ffb7abb208aa05681f2d7f5a88620.tar.gz
sci-e116f147917ffb7abb208aa05681f2d7f5a88620.tar.bz2
sci-e116f147917ffb7abb208aa05681f2d7f5a88620.zip
app-doc/root-docs: properly generate gif images
Diffstat (limited to 'app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch')
-rw-r--r--app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch b/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
index 8ad9b888f..613468629 100644
--- a/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
+++ b/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
@@ -44,14 +44,12 @@ index a94e790..8b4589d 100755
fi
cd $dir
-@@ -20,7 +20,9 @@ echo ""
+@@ -20,7 +20,7 @@ echo ""
# To generate the full documentation, we do need to
# use the graphics engine, so do not use '-b'.
-$ROOT -n -l <<makedoc
+$ROOT -n -l <<makedoc || exit 1
-+ #include "THtml.h"
-+ gSystem->Load("libHtml");
THtml h;
h.LoadAllLibs();
h.MakeAll();