From 0cbc78656efdf69baed80bad8facf30747178852 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 3 Dec 2014 23:09:16 +0900 Subject: [PATCH] building-android-binary.rst: Highlight sh code --- doc/sources/building-android-binary.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/sources/building-android-binary.rst b/doc/sources/building-android-binary.rst index 3b4a8a8a..96981dcb 100644 --- a/doc/sources/building-android-binary.rst +++ b/doc/sources/building-android-binary.rst @@ -46,7 +46,9 @@ correct path. Also add ``$ANDROID_HOME/toolchain/bin`` to ``PATH``:: $ export PATH=$PATH:$ANDROID_HOME/toolchain/bin -To configure OpenSSL, use the following script:: +To configure OpenSSL, use the following script: + +.. code-block:: sh #!/bin/sh @@ -63,7 +65,9 @@ To configure OpenSSL, use the following script:: And run ``make install`` to build and install. -To configure libevent, use the following script:: +To configure libevent, use the following script: + +.. code-block:: sh #!/bin/sh @@ -86,7 +90,9 @@ To configure libevent, use the following script:: And run ``make install`` to build and install. -To configure spdylay, use the following script:: +To configure spdylay, use the following script: + +.. code-block:: sh if [ -z "$ANDROID_HOME" ]; then echo 'No $ANDROID_HOME specified.'