summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-03-26 01:17:46 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-03-25 14:20:25 +0000
commit78d7ea21f7c289be47df93fdb975dbccebc583c0 (patch)
tree933a4a5f6429b3f12d73b2bda302f68fc0c0e104 /solenv
parentWaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin] (diff)
downloadcore-78d7ea21f7c289be47df93fdb975dbccebc583c0.tar.gz
core-78d7ea21f7c289be47df93fdb975dbccebc583c0.zip
Update make helpfile
Corrected typo, included the option dump-deps-png because that is awesome and available and not in this helpfile! :-) Change-Id: If8dd8b9c4dc9938c65499ae5d6dfdd7bf830e94d Reviewed-on: https://gerrit.libreoffice.org/8747 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.help.txt68
1 files changed, 35 insertions, 33 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 67cdda3386f4..a4396f1957b2 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -36,6 +36,8 @@ AVAILABLE TARGETS
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
<module> build the named module
<module>.check run unittests of the named module
<module>.clean clean the named module
@@ -44,43 +46,43 @@ AVAILABLE TARGETS
source
cmd execute the command contained in the variable cmd=""
in a shell with config_host.mk or config_build.mk
- environement set. (see gb_SIDE)
+ environment set. (see gb_SIDE)
<target> build gbuild target (such as Library_vbaswobj or
CppunitTest_sw_macros_test)
<target>.clean clean gbuild target
<class>_<target> for all targets and for the following classes:
- o AllLangResTarget
- o AllLangZip
- o CliLibrary
- o CliNativeLibrary
- o CliUnoApi
- o Configuration
- o CppunitTest
- o CustomTarget
- o Dictionary
- o Executable
- o Extension
- o ExternalPackage
- o ExternalProject
- o Gallery
- o Helper
- o InstallModule
- o InstallScript
- o InternalUnoApi
- o Jar
- o JunitTest
- o Library
- o Package
- o Pagein
- o PythonTest_pytests
- o Pyuno
- o Rdb
- o StaticLibrary
- o UI
- o UnoApi
- o UnpackedTarball
- o WinResTarget
- o Zip
+ o AllLangResTarget
+ o AllLangZip
+ o CliLibrary
+ o CliNativeLibrary
+ o CliUnoApi
+ o Configuration
+ o CppunitTest
+ o CustomTarget
+ o Dictionary
+ o Executable
+ o Extension
+ o ExternalPackage
+ o ExternalProject
+ o Gallery
+ o Helper
+ o InstallModule
+ o InstallScript
+ o InternalUnoApi
+ o Jar
+ o JunitTest
+ o Library
+ o Package
+ o Pagein
+ o PythonTest_pytests
+ o Pyuno
+ o Rdb
+ o StaticLibrary
+ o UI
+ o UnoApi
+ o UnpackedTarball
+ o WinResTarget
+ o Zip
INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build as with --enable-debug.