summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-07 09:04:45 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-07 09:04:45 +0300
commit0acc3300f14e7f961bc165f58e97d1f35164d781 (patch)
tree8742ce72972d62dc196cfda36e9bfd73c6c1402a /oox
parente942fbfad420cf9e6e4ba7358380e1fec3d13952 (diff)
If dev-install is obsolete, why have it at all?
Replace mentions of it in a few (dcumentation) places with test-install. Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834
Diffstat (limited to 'oox')
-rwxr-xr-xoox/source/drawingml/customshapes/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/drawingml/customshapes/README b/oox/source/drawingml/customshapes/README
index 0b3ef8f121e7..e537c24bf7c3 100755
--- a/oox/source/drawingml/customshapes/README
+++ b/oox/source/drawingml/customshapes/README
@@ -10,9 +10,9 @@
set -o errexit
-# To re-generate the code, you need to be on Linux (I think). You need
-# to have done a make dev-install. oox needs to be build with
-# dbglevel=2 so that DEBUG is defined.
+# To re-generate the code, you need to be on Linux (I think). You
+# might need to have done a make test-install. oox needs to be build
+# with dbglevel=2 so that DEBUG is defined.
make oox.clean && make oox dbglevel=2