[Libreoffice-commits] core.git: oox/source

Hossein (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 14 07:03:02 UTC 2021


 oox/source/drawingml/customshapes/generate.sh |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 59577dbb84fae18a3216d57ffec6008af157ce9b
Author:     Hossein <hossein at libreoffice.org>
AuthorDate: Mon Jul 5 04:12:27 2021 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Jul 14 09:02:28 2021 +0200

    Renamed bash-powered README file to generate.sh
    
    * Renamed README file to generate.sh. This file was
      both a README file and a bash script
    * Added simple instructions to run the script
    * A separate README file will be added later
    
    Change-Id: Ic2086c9af9c3497edd9cc557c1d9883b9ee0002b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118394
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/oox/source/drawingml/customshapes/README b/oox/source/drawingml/customshapes/generate.sh
old mode 100644
new mode 100755
similarity index 86%
rename from oox/source/drawingml/customshapes/README
rename to oox/source/drawingml/customshapes/generate.sh
index 0d4fab9bf6ff..2a0cd3e439b8
--- a/oox/source/drawingml/customshapes/README
+++ b/oox/source/drawingml/customshapes/generate.sh
@@ -5,6 +5,10 @@
 
 # This file is both a README and also, if run as a shell script, does what
 # it describes.
+# It should be invoked from the libreoffice core top-level source folder:
+#   ./oox/source/drawingml/customshapes/generate.sh
+# The logs will be created in the file:
+#   ./oox/source/drawingml/customshapes/custom-shapes.log
 
 # We want to exit on errors...
 


More information about the Libreoffice-commits mailing list