From f175e5ac7328ed85445106e2479d7b2fd427092e Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Tue, 26 Mar 2013 17:58:35 +0400
Subject: [PATCH] Update the user guide.

---
 doc/developer/developer.xml    | 1 +
 doc/www-data.in/download.cmake | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/doc/developer/developer.xml b/doc/developer/developer.xml
index 80dc4f4ce9..b02eb8652c 100644
--- a/doc/developer/developer.xml
+++ b/doc/developer/developer.xml
@@ -58,6 +58,7 @@ To build XML manual, you'll need:
 <listitem><para>xsltproc</para></listitem>
 <listitem><para>docbook5-xml</para></listitem>
 <listitem><para>docbook-xsl-ns</para></listitem>
+<listitem><para>w3c-sgml-lib</para></listitem>
 <listitem><para>libsaxon-java- for saxon processing</para></listitem>
 <listitem><para>libxml-commons-resolver1.1-java</para></listitem>
 <listitem><para>libxml2-utils</para></listitem>
diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake
index 7516b678ee..68dcada014 100644
--- a/doc/www-data.in/download.cmake
+++ b/doc/www-data.in/download.cmake
@@ -124,8 +124,17 @@ At the moment the repository contains builds for Debian "Sid", "Squeeze",
     wget http://tarantool.org/dist/public.key
     sudo apt-key add ./public.key
     release=`lsb_release -c -s`
+
+    # For Debian:
+
     echo "deb http://tarantool.org/dist/debian/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
     echo "deb-src http://tarantool.org/dist/debian/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
+
+    # For Ubuntu:
+
+    echo "deb http://tarantool.org/dist/ubuntu/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
+    echo "deb-src http://tarantool.org/dist/ubuntu/ $release main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
+
     sudo apt-get update
     sudo apt-get install tarantool tarantool-client
 
-- 
GitLab