1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build/docs/index.rst Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +============ 1.5 +Build System 1.6 +============ 1.7 + 1.8 +Important Concepts 1.9 +================== 1.10 +.. toctree:: 1.11 + :maxdepth: 1 1.12 + 1.13 + glossary 1.14 + build-overview 1.15 + supported-configurations 1.16 + Mozconfig Files <mozconfigs> 1.17 + mozbuild-files 1.18 + mozbuild-symbols 1.19 + Profile Guided Optimization <pgo> 1.20 + slow 1.21 + environment-variables 1.22 + build-targets 1.23 + python 1.24 + test_manifests 1.25 + mozinfo 1.26 + preprocessor 1.27 + jar-manifests 1.28 + 1.29 +integrated development environment (IDE) 1.30 +======================================== 1.31 +.. toctree:: 1.32 + :maxdepth: 1 1.33 + 1.34 + androideclipse 1.35 + cppeclipse 1.36 + visualstudio 1.37 + 1.38 +mozbuild 1.39 +======== 1.40 + 1.41 +mozbuild is a Python package containing a lot of the code for the 1.42 +Mozilla build system. 1.43 + 1.44 +.. toctree:: 1.45 + :maxdepth: 1 1.46 + 1.47 + mozbuild/index 1.48 + mozbuild/dumbmake