From ad554df99858517bf3019b2d3bb11f02b4d6205c Mon Sep 17 00:00:00 2001 From: David Read Date: Tue, 3 Jan 2012 15:49:33 +0000 Subject: [PATCH] [release-v1.3.1c][doc]: Iron out sphinx compile warnings. --- doc/solr-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/solr-setup.rst b/doc/solr-setup.rst index c000723af8b..9f644742496 100644 --- a/doc/solr-setup.rst +++ b/doc/solr-setup.rst @@ -50,9 +50,9 @@ and the admin site:: http://localhost:8983/solr/admin -.. note:: If you get the message `Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.` then you will have to edit /etc/profile and add this line to the end such as this to the end (adjusting the path for your machine's jdk install):: +.. note:: If you get the message `Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.` then you will have to edit /etc/profile and add this line to the end such as this to the end (adjusting the path for your machine's jdk install): - JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/ + ``JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/`` Now run::