aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/man.qbs
Commit message (Collapse)AuthorAgeFilesLines
* Adjust qbs for the behavior change of the explicitlyDependsOn propertyAlexandru Croitor2018-05-091-0/+2
| | | | | Change-Id: I98248cfe0b5bd0cd86019e2eb5a26871e5716d1d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Account for the Qbs docs build now requiring additional dependenciesJake Petroules2018-01-051-2/+9
| | | | | | | | | | | | | | Document it, and install the dependencies in the Docker images. For the man page build, the installed version of the qbs app is now used to get the help text rather than the non-installed version, since the non-installed version may not be able to find all library dependencies (like Qt) on some platforms by default. The build also now depends on the other executables as well since their presence affects the output of qbs --help. Change-Id: Ic9896231aa76a346180bf30f7b2483391f5e4ea0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Add a minimal man pageChristian Kandeler2017-08-291-0/+66
It contains the list of commands and a link to our online documentation. Auto-generated via GNU's help2man from the application's help output. [ChangeLog] Added a man page Change-Id: Ie7101b0941f466642d7ec89a12c4e490d6d0e16f Reviewed-by: Jake Petroules <jake.petroules@qt.io>