[Libreoffice-commits] dev-tools.git: 2 commits - helpauthoring/description.xml helpauthoring/HelpAuthoring helpauthoring/Makefile helpauthoring/README

Jan Holesovsky kendy at collabora.com
Thu Sep 17 02:10:19 PDT 2015


 helpauthoring/HelpAuthoring/_Main.xba |    2 +-
 helpauthoring/Makefile                |   15 +++++++++++++++
 helpauthoring/README                  |    6 ++++--
 helpauthoring/description.xml         |    2 +-
 4 files changed, 21 insertions(+), 4 deletions(-)

New commits:
commit 8ba97b9d5940790322922f618bf339b21939a192
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Sep 17 10:47:18 2015 +0200

    helpauthoring: Release the new version 3.1.2.
    
    Change-Id: Ic3152fbaa8099337a4a97c91f00566743d986c88

diff --git a/helpauthoring/HelpAuthoring/_Main.xba b/helpauthoring/HelpAuthoring/_Main.xba
index 98289d2..06d1cea 100644
--- a/helpauthoring/HelpAuthoring/_Main.xba
+++ b/helpauthoring/HelpAuthoring/_Main.xba
@@ -24,7 +24,7 @@
 ' #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 ' #
 
-Global Const Version = "v3.1.1"
+Global Const Version = "v3.1.2"
 
 Global Const strErr_NoHelpFile = "Not a Help File"
 
diff --git a/helpauthoring/description.xml b/helpauthoring/description.xml
index 71e7ff7..1d04039 100644
--- a/helpauthoring/description.xml
+++ b/helpauthoring/description.xml
@@ -23,7 +23,7 @@
 
     <identifier value="org.openoffice.helpauthoring"/>
 
-    <version value="3.1.1"/>
+    <version value="3.1.2"/>
     <display-name>
         <name lang="en">Help authoring extension</name>
     </display-name>
commit 42c8ab28045e3819db2f1e0fbc3d02612018f680
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Sep 17 10:45:10 2015 +0200

    helpauthoring: Add a Makefile for 'make dist' and update README.
    
    Change-Id: I58e17ff196793abf24346c100e06e78035ee1259

diff --git a/helpauthoring/Makefile b/helpauthoring/Makefile
new file mode 100644
index 0000000..116e2ea
--- /dev/null
+++ b/helpauthoring/Makefile
@@ -0,0 +1,15 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+dist:
+	VER=`grep '<version' description.xml | sed -e 's/^.*value="//' -e 's/".*//'` ; \
+	    rm -f HelpAuthoring-$$VER.oxt ; \
+	    zip -r HelpAuthoring-$$VER.oxt . -x '*.oxt' '.*.sw*' '*.xcf' '*.svg' 'Makefile'
+
+# vim: set noet:
diff --git a/helpauthoring/README b/helpauthoring/README
index 00dac06..8cab6b8 100644
--- a/helpauthoring/README
+++ b/helpauthoring/README
@@ -37,9 +37,11 @@ Increase the version number both in:
 
 and then:
 
-  cd helpauthoring && zip -r ~/HelpAuthoring-3.x.y.oxt .
+  cd helpauthoring && make dist
 
-and upload to:
+The new version will be created in the helpauthoring/ directory.
+
+Upload it to:
 
   http://dev-www.libreoffice.org/helpauthoring/
 


More information about the Libreoffice-commits mailing list