Update git submodules
[LibreOffice.git] / oox / source / drawingml / customshapes / README.md
blob4b79fefc6a247376e9d199d5dc20483223747c85
1 # Generating Custom Shape Presets
3 The Perl code (`generatePresetsData.pl` and `generatePresetsPPTXs.pl`) is used
4 to generate the custom shape presets.
6 The `generate.sh` script which invokes the above Perl files, should be invoked
7 from the libreoffice core top-level source folder:
8 ```
9 oox/source/drawingml/customshapes/generate.sh
10 ```
11 The logs will be created in the file:
12 ```
13 oox/source/drawingml/customshapes/custom-shapes.log
14 ```
16 The output would be placed in this folder:
17 ```
18 oox/source/drawingml/customshapes/pptx/
19 ```