summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-09-20 11:51:22 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2014-09-21 00:48:01 +0200
commit34bbf1a89e4c0219332b9e32f93b7326a2a7fcec (patch)
tree1ecc47b0c164def97a172913eee27ea41cd96a73
parentcf7832d642b749473fe07f83071536ab2c32fb70 (diff)
OOX: Update README with recently made changes
Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
-rw-r--r--oox/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/README b/oox/README
index 748966996c9e..6d01ca56771b 100644
--- a/oox/README
+++ b/oox/README
@@ -150,12 +150,12 @@ the source code generation happens in these steps:
* import cshape-all.pptx into impress and redirect output to
custom-shapes.log
- * generate cxx files by running generatePresetsCXX.pl - it uses
- debug output from the custom-shapes.log file and prepares the C++
- source code
+ * generate oox-drawingml-cs-presets data file by running
+ generatePresetsData.pl - it uses debug output from the custom-shapes.log
+ file
- * check generated source code files customshapepresets[123456].cxx
- and move them to oox/source/drawingml/
+ * check generated data file oox-drawingml-cs-presets and move them to
+ oox/source/drawingml/
* build oox with new source files and test