mc/maint/docs
Slava Zanko 3feb3f26d6 Improve developer's docs by adding info about new make targets:
cppcheck and indent.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2013-11-25 13:47:39 +04:00
..
COMMIT_PROCEDURE Improve developer's docs by adding info about new make targets: 2013-11-25 13:47:39 +04:00
README Improve developer's docs by adding info about new make targets: 2013-11-25 13:47:39 +04:00
RELEASE_PROCEDURE Update the 'release procedure' file. 2013-06-03 10:58:14 +03:00
systems.txt Reorder files in maint/ subdirectory. 2013-06-03 10:58:14 +03:00

README

This directory contains files used to maintain the project.
It should not be included into any releases or even snapshots.

Please run periodically the following command:
make cppcheck
in the build root directory. Fix as possible all code analysis
issues which found by the command.