Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <friedrich@kogmbh.com>2013-12-06 18:38:43 +0400
committerFriedrich W. H. Kossebau <friedrich@kogmbh.com>2013-12-06 18:38:43 +0400
commit452bbfb2eb9a07a6df9033e7a54137d46e4fa257 (patch)
tree1f969e1a7e816fef1add3ec71195873ec66429ac /src
parent1cb64de6b05611638b8704e24dfe7e2156e472a2 (diff)
Update updateWebODF.sh
Diffstat (limited to 'src')
-rwxr-xr-xsrc/updateWebODF.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/updateWebODF.sh b/src/updateWebODF.sh
index 212ecea1..a91b658c 100755
--- a/src/updateWebODF.sh
+++ b/src/updateWebODF.sh
@@ -1,5 +1,7 @@
#!/bin/bash
# Copies the needed files from the build dir of the WebODF pullbox branch
+#
+# Prepare the webodf build dir by calling: make webodf-debug.js-target editor-compiled.js-target
WEBODF_BUILDDIR=${1%/}
@@ -25,7 +27,6 @@ cp "$WEBODF_BUILDDIR"/programs/editor/{Tools,Editor,EditorSession,MemberListView
cp "$WEBODF_BUILDDIR"/programs/editor/server/pullbox/* ./js/3rdparty/webodf/editor/server/pullbox -R
cp "$WEBODF_BUILDDIR"/programs/editor/server/ServerFactory.js ./js/3rdparty/webodf/editor/server -R
cp "$WEBODF_BUILDDIR"/programs/editor/widgets ./js/3rdparty/webodf/editor -R
-cp "$WEBODF_BUILDDIR"/programs/editor/nls ./js/3rdparty/webodf/editor -R
cp "$WEBODF_BUILDDIR"/programs/editor/editor.css ./css/3rdparty/webodf
# patches against upstream