From 9591d3a15539a9cacfc895edde6bca28f919a2ac Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Mon, 15 Apr 2013 10:23:39 +0300 Subject: [PATCH] Tweak Android build documentation --- doc/gettingstarted.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst index 8c16305..b76bc09 100644 --- a/doc/gettingstarted.rst +++ b/doc/gettingstarted.rst @@ -53,12 +53,15 @@ used as described above. .. _automake: http://www.gnu.org/software/automake/ .. _libtool: http://www.gnu.org/software/libtool/ + Android ------- -Jansson can be built for android platforms. Android.mk is in the -source root folder. The configuration file is located in the + +Jansson can be built for Android platforms. Android.mk is in the +source root directory. The configuration header file is located in the ``android`` directory in the source distribution. + Windows -------