You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/10/30 09:28:25 UTC

svn commit: r1536999 - /openoffice/trunk/main/instsetoo_native/util/makefile.mk

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 \