diff options
author | jan iversen <jani@documentfoundation.org> | 2015-11-29 09:59:37 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-03 13:24:55 +0000 |
commit | 361dfe0cced6e621eea7b6b5e087b1aec9c3ba4a (patch) | |
tree | 7fc8828be88776114f73527342b06036e2a5b536 /solenv/gbuild | |
parent | 7532317631a4303c737e307d21cb6c7e1c6a5a68 (diff) |
gbuild: expanded "make help" with missing targets.
Change-Id: I10d30097a7e7099d43a6760489dcbbf405828960
Reviewed-on: https://gerrit.libreoffice.org/20267
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index aead63d1c0c5..9362667f1b23 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -27,20 +27,27 @@ IMPORTANT OPTIONS (descriptions from GNU make man page) AVAILABLE TARGETS - all build product and run unit tests (default goal) - unitcheck run unit tests - slowcheck run slow unit tests - subsequentcheck run system tests (requires full installation) - stagingcheck run (unstable/failing) tests from staging area - (requires full installation) - perfcheck run performance/callgrind unit tests - check run unit tests and if in toplevel subsequentcheck - clean remove all generated files - debugrun starts the INSTDIR instance and allows tests to be run - against it - dump-deps-png creates dependency diagrams in PNG format - NOTE: needs graphviz to work - showmodules shows all registered modules + all build product and run unit tests (default goal) + clean remove all generated files + debugrun starts the INSTDIR instance and allows tests to + be run against it + check run unit tests and if in toplevel subsequentcheck + unitcheck run unit tests + slowcheck run slow unit tests + subsequentcheck run system tests (requires full installation) + stagingcheck run (unstable/failing) tests from staging area + (requires full installation) + perfcheck run performance/callgrind unit tests + + build-l10n-only builds translation files for the build products + build-non-l10n-only builds the product without the localization files + translations extract .pot files to workdir/pot + + packageinfo generates package information for distros + dump-deps-png creates dependency diagrams in PNG format + NOTE: needs graphviz to work + showmodules shows all registered modules + <module> build the named module <module>.build build the named module without running unittests <module>.check run unittests of the named module |