From 62a7505d2b5f45bbe108eeeb9b14e15edbd4d348 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 18 Sep 2013 17:49:17 +0200 Subject: [PATCH] Mention default target 'build' in the help output. --- build.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index ca19dec30d..0cf1ecba65 100755 --- a/build.py +++ b/build.py @@ -771,7 +771,8 @@ The most common targets are: serve - Serves files through plovr, usually on port 9810. lint - Runs gjslint on all sourcefiles to enforce specific syntax. build - Builds singlefile versions of OpenLayers JavaScript and - CSS. + CSS. This is also the default build target which runs when + no target is specified. test - Runs the testsuite and displays the results. check - Runs the lint-target, builds some OpenLayers files, and then runs test. Many developers call this target often @@ -793,6 +794,8 @@ Other less frequently used targets are: plovr - Fetches the required plovr.jar. Usually called by other targets that depend on plovr. +If no target is given, the build-target will be executed. + The above list is not complete, please see the sourceode for not-mentioned and only seldomly called targets. '''