summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-07 11:45:52 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-07 11:49:15 +0200
commitff929ad45cdd803db0da49423648256f8380b3a1 (patch)
treebea20303717bcce8ecf1c7812fc710437293c3ec /oox
parentf1589f768bbd1d8baea6e442f392831851bdbb3b (diff)
remove unnecessary references to test-install (just use instdir)
Change-Id: I99f19a3e2ed166c2ea4397f8767975973dd5d983
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 e537c24bf7c3..0d4fab9bf6ff 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
-# might need to have done a make test-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).
+# It is not necessary to do a make test-install, just run from instdir.
+# oox needs to be build with dbglevel=2 so that DEBUG is defined.
make oox.clean && make oox dbglevel=2