summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-02-24 21:49:47 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2013-02-24 21:50:30 +0100
commit0e26ed476aacf1c70b82a1806a1281fe98b9e724 (patch)
treee86e1e5ea9ecb0e4282cf32890307ade6ce66aa0 /solenv/gbuild
parent5fb036a638c2436d085b65ae32076c9209a7ffb7 (diff)
document generic <class>_<target> idiom in gbuild
Change-Id: I8b746c3786eda42c3c91c104daee2018ba20b975
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/gbuild.help.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index 1cc675ac4df9..aeaf16dccc16 100644
--- a/solenv/gbuild/gbuild.help.txt
+++ b/solenv/gbuild/gbuild.help.txt
@@ -49,6 +49,38 @@ AVAILABLE TARGETS
<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 Helper
+ o InstallModule
+ o InstallScript
+ o InternalUnoApi
+ o Jar
+ o JunitTest
+ o Library
+ o Package
+ o Pagein
+ o Pyuno
+ o Rdb
+ o StaticLibrary
+ o UI
+ o UnoApi
+ o UnoApiMerge
+ o UnpackedTarball
+ o WinResTarget
+ o Zip
INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build as with --enable-debug.