diff options
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... |