Move all build files to build directory

Former-commit-id: 499125a81d877144aabe7d89bb69043b92872b24
This commit is contained in:
Lynix
2015-06-14 01:47:02 +02:00
parent aee0812505
commit a6092be930
3 changed files with 197 additions and 216 deletions

View File

@@ -231,9 +231,7 @@ function Feature.GenerateFeatureList(featureTable, space, content)
table.insert(content, string.format("%s</ul>", space))
end
newaction
{
trigger = "generatefeatures",
description = "Generate a web page describing each module's feature",
execute = Feature.Generate
}
ACTION.Name = "GenerateFeatures"
ACTION.Description = "Generate a web page describing each module's feature"
ACTION.Function = Feature.Generate