More docs

This commit is contained in:
Thomas Nagy 2016-07-23 10:10:46 +02:00
parent de96c3c537
commit 84808aa7e4
2 changed files with 2 additions and 1 deletions

View File

@ -162,6 +162,7 @@ A return statement may also be added; please consult the contents of https://git
The files included in the waf file (https://github.com/waf-project/waf/blob/master/waf-light#L167[waf-light] and all the files under https://github.com/waf-project/waf/tree/master/waflib[waflib]) are published under a BSD license which is reproduced below:
[source,shishell]
---------------
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions

View File

@ -450,7 +450,7 @@ $ waf configure --foo=test
The command context for options is a shortcut to access the optparse functionality. For more information on the optparse module, consult the http://docs.python.org/library/optparse.html[Python documentation]
=== The _build_ commands
=== Build-related commands
==== Building targets (the _build_ command)