[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 128/483: Adding usage comment to the scripts

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit db91d3b6c8dd0385c42aeded7d9ce2b9e525005f
Author: trev <none at none>
Date:   Thu Oct 23 07:41:50 2008 +0200

    Adding usage comment to the scripts
---
 make_devbuild.pl | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/make_devbuild.pl b/make_devbuild.pl
index 11db239..5025ac1 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -1,5 +1,25 @@
 #!/usr/bin/perl
 
+#############################################################################
+# This script will create a development build of the extension. Without any #
+# command line arguments it will include all available locales in the       #
+# development build, command line arguments are interpreted as a list of    #
+# locales to be included.                                                   #
+#                                                                           #
+# Creating a development build with all locales:                            #
+#                                                                           #
+#   perl make_devbuild.pl                                                   #
+#                                                                           #
+# Creating a development build with en-US locale only:                      #
+#                                                                           #
+#   perl make_devbuild.pl en-US                                             #
+#                                                                           #
+# Creating a development build with English, German and Russian locales:    #
+#                                                                           #
+#   perl make_devbuild.pl en-US de-DE ru-RU                                 #
+#                                                                           #
+#############################################################################
+
 use strict;
 
 open(VERSION, "version");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list