Dependencies

- Added support for rc.dependency.reminder.
- Modified man page.
This commit is contained in:
Paul Beckingham 2010-09-16 22:09:03 -04:00
parent 975c2bbcb9
commit ec3c1c4def
4 changed files with 13 additions and 3 deletions

View file

@ -199,7 +199,8 @@ std::string dependencyNag (Task& task)
{
std::stringstream out;
if (task.has ("depends"))
if (context.config.getBoolean ("dependency.reminder") &&
task.has ("depends"))
{
out << "# dependencyNag "
<< task.id