diff options
author | Hossein <hossein@libreoffice.org> | 2021-07-05 04:12:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-07-14 09:02:28 +0200 |
commit | 59577dbb84fae18a3216d57ffec6008af157ce9b (patch) | |
tree | 72ceeeb71bb93e994e89c167e78719482aa71641 /oox | |
parent | 4d8262cab5537409a8cdf0b33b6d4703f7b27c9a (diff) |
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@collabora.com>
Diffstat (limited to 'oox')
-rwxr-xr-x[-rw-r--r--] | oox/source/drawingml/customshapes/generate.sh (renamed from oox/source/drawingml/customshapes/README) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/drawingml/customshapes/README b/oox/source/drawingml/customshapes/generate.sh index 0d4fab9bf6ff..2a0cd3e439b8 100644..100755 --- 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... |