From 82e23705fb7d6c8657bbfcdae90f6c19d4e1590f Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 2 Jun 2015 10:48:19 +0200 Subject: [PATCH] flowchart --- doc/about.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/about.rst b/doc/about.rst index 23617da..d287ca6 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -6,7 +6,21 @@ About Autocmake CMake typically generates Makefiles based on CMakeLists.txt files. Autocmake assembles CMake modules, generates ``CMakeLists.txt`` as well as ``setup.py``, which serves as a front-end to ``CMakeLists.txt``. All this is done based on a -lightweight ``autocmake.cfg`` file. +lightweight ``autocmake.cfg`` file:: + + autocmake.cfg + | + | Autocmake + v + CMakeLists.txt (and setup.py front-end) + | + | setup.py (which invokes CMake) + v + Makefile (or something else) + | + | make + v + Build/install/test targets CMake cons