Author: af
Date: Wed Oct 30 08:28:25 2013
New Revision: 1536999

URL: http://svn.apache.org/r1536999
Log:
123532: Added help target that prints a short documentation about available 
targets.

Modified:
    openoffice/trunk/main/instsetoo_native/util/makefile.mk

Modified: openoffice/trunk/main/instsetoo_native/util/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/makefile.mk?rev=1536999&r1=1536998&r2=1536999&view=diff
==============================================================================
--- openoffice/trunk/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/trunk/main/instsetoo_native/util/makefile.mk Wed Oct 30 08:28:25 
2013
@@ -61,6 +61,26 @@ INSTALLDIR=$(OUT)
 
 .INCLUDE: target.mk
 
+# The help target belongs after the inclusion of target.mk to not become the 
default target.
+help .PHONY :
+       @echo "known targets:"
+       @echo "    openoffice             builds the default installation 
packages for the platform"
+       @echo "    aoo_srcrelease         packs the source release package"
+       @echo "    updatepack"
+       @echo "    openofficedev          devloper snapshot"
+       @echo "    openofficewithjre"
+       @echo "    ooolanguagepack"
+       @echo "    ooodevlanguagepack"
+       @echo "    sdkoo"
+       @echo "    sdkoodev"
+       @echo 
+       @echo "Most targets (all except aoo_srcrelease and updatepack) accept 
suffixes"
+       @echo "    add _<language> to build a target for one language only"
+       @echo "        the default set of languages is alllangiso=$(alllangiso)"
+       @echo "    add .<package_format> to build a target for one package 
format only"
+       @echo "        the default set of package formats is archive and 
PKGFORMAT=$(PKGFORMAT)"
+
+
 LOCALPYFILES= \
     $(BIN)$/uno.py \
        $(BIN)$/unohelper.py \


Reply via email to