document modules; fixes #7

This commit is contained in:
Radovan Bast
2015-07-17 13:49:09 +02:00
parent 0292b001cc
commit e36fd4300f
8 changed files with 86 additions and 14 deletions

View File

@ -1,7 +1,12 @@
#.rst:
#
# Generates source code that echoes configuration and build
# Generates source code that echoes configuration, version, and build
# information to the program output.
#
# Example autocmake.cfg entry::
#
# [build_info]
# source: https://github.com/scisoft/autocmake/raw/master/modules/build_info.cmake
find_package(PythonInterp REQUIRED)