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>
This commit is contained in:
Chris Sherlock
2014-03-26 01:17:46 +11:00
parent 6811caf91a
commit 78d7ea21f7

View File

@@ -36,6 +36,8 @@ AVAILABLE TARGETS
clean remove all generated files clean remove all generated files
debugrun starts the INSTDIR instance and allows tests to be run debugrun starts the INSTDIR instance and allows tests to be run
against it against it
dump-deps-png creates dependency diagrams in PNG format
NOTE: needs graphviz to work
<module> build the named module <module> build the named module
<module>.check run unittests of the named module <module>.check run unittests of the named module
<module>.clean clean the named module <module>.clean clean the named module
@@ -44,43 +46,43 @@ AVAILABLE TARGETS
source source
cmd execute the command contained in the variable cmd="" cmd execute the command contained in the variable cmd=""
in a shell with config_host.mk or config_build.mk 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 <target> build gbuild target (such as Library_vbaswobj or
CppunitTest_sw_macros_test) CppunitTest_sw_macros_test)
<target>.clean clean gbuild target <target>.clean clean gbuild target
<class>_<target> for all targets and for the following classes: <class>_<target> for all targets and for the following classes:
o AllLangResTarget o AllLangResTarget
o AllLangZip o AllLangZip
o CliLibrary o CliLibrary
o CliNativeLibrary o CliNativeLibrary
o CliUnoApi o CliUnoApi
o Configuration o Configuration
o CppunitTest o CppunitTest
o CustomTarget o CustomTarget
o Dictionary o Dictionary
o Executable o Executable
o Extension o Extension
o ExternalPackage o ExternalPackage
o ExternalProject o ExternalProject
o Gallery o Gallery
o Helper o Helper
o InstallModule o InstallModule
o InstallScript o InstallScript
o InternalUnoApi o InternalUnoApi
o Jar o Jar
o JunitTest o JunitTest
o Library o Library
o Package o Package
o Pagein o Pagein
o PythonTest_pytests o PythonTest_pytests
o Pyuno o Pyuno
o Rdb o Rdb
o StaticLibrary o StaticLibrary
o UI o UI
o UnoApi o UnoApi
o UnpackedTarball o UnpackedTarball
o WinResTarget o WinResTarget
o Zip o Zip
INTERACTIVE VARIABLES: INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build as with --enable-debug. DEBUG / debug If not empty, build as with --enable-debug.