From 6543833f068d91851b57cdfd347ded7805f9f263 Mon Sep 17 00:00:00 2001
From: Philip Berndroth <p.berndroth@philuweb.de>
Date: Sat, 30 Aug 2014 20:00:43 +0200
Subject: [PATCH] Delete builds.rst

This chapter is no longer needed (duplicate content).
The content is alrady in http://gluon.readthedocs.org/en/latest/user/getting_started.html#getting-started .
---
 docs/index.rst       |  1 -
 docs/user/builds.rst | 63 --------------------------------------------
 2 files changed, 64 deletions(-)
 delete mode 100644 docs/user/builds.rst

diff --git a/docs/index.rst b/docs/index.rst
index 7d0a80b6b..53e1a97a3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,7 +13,6 @@ User Documentation
 
    user/getting_started
    user/site
-   user/builds
    user/faq
 
 Features
diff --git a/docs/user/builds.rst b/docs/user/builds.rst
deleted file mode 100644
index 0cdc2467a..000000000
--- a/docs/user/builds.rst
+++ /dev/null
@@ -1,63 +0,0 @@
-Builds
-======
-
-For the build reserve 6GB of disk space. The building requires packages
-for ``subversion``, ncurses headers (``libncurses-dev``) and zlib headers
-(``libz-dev``).
-
-Building Gluon
---------------
-
-To build Gluon, after checking out the repository change to the source root directory to perform the following commands:
-
-::
-
-    git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own!
-    make update                                                  # Get other repositories used by Gluon
-    make                                                         # Build Gluon
-
-When calling ``make``, the OpenWRT build environment is prepared and updated. To rebuild
-the images only, just use:
-
-::
-
-    make images
-
-The built images can be found in the directory ``images``.
-
-Cleaning up
------------
-
-There are three levels of ``make clean``:
-
-::
-
-    make clean
-
-will only clean the Gluon-specific files;
-
-::
-
-    make cleanall
-
-will also call ``make clean`` on the OpenWRT tree, and
-
-::
-
-    make dirclean
-
-will do all this, and call ``make dirclean`` on the OpenWRT tree.
-
-Environment variables
----------------------
-
-Gluon's build process can be controlled by various environment variables.
-
-GLUON_SITEDIR
-  Path to the site configuration. Defaults to ``site/``.
-
-GLUON_IMAGEDIR
-  Path where images will be stored. Defaults to ``images/``.
-
-GLUON_BUILDDIR
-  Working directory during build. Defaults to ``build/``.
-- 
GitLab