From eccc5e52652bbb850ac4db11e61f55e4f65f67ab Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 23 Jan 2015 17:31:41 +0300 Subject: [PATCH] Fix build target --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c87794fb..be857e23 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you don't want to mess around with dependencies, you need simply install `uno mkdir build cd build cmake ../webodf - make webodf.js-target + make webodf-debug.js-target editor-compiled.js-target 2. Refresh code and create a new branch: @@ -38,7 +38,7 @@ If you don't want to mess around with dependencies, you need simply install `uno 3. Run upgrade script: - ./src/updateWebODF.sh /path/to/WebODF/build/dir + ./src/updateWebODF.sh /path/to/WebODF/buildDir 4. Resolve confilcts in patches (if any). Commit changes. 5. Update patches in `/path/to/documents/src/patches` according to conflicts. Commit changes.