summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-01-22 16:56:57 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-01-22 17:00:32 +0100
commit688b8a53cd679808f0f0d70b8cdf42c780b8c0f0 (patch)
tree41ac984f62bce826301b1d1d3476cf9881cbee41 /Makefile.shared
parentc4354f062a6ab0d08581f3b31bc34187bb385e62 (diff)
Update cws-cbosdo01.diff with CWS changes
* Makefile.shared: Added some target to run add_acor.py * bin/add_acor.py: Script adding the new autocorrection elements from src/acor.csv * bin/piece/unpack-extras: Added some lines to update acor_vi-VN.dat * patches/dev300/cws-cbosdo01.diff: Updated from CWS cbosdo01 * src/acor.csv: the 1/2, 1/4 and 3/4 autocorrection to add due to changes in cbosdo01. These values will be added by the upstream once the CWS is integrated. * src/acor_vi-VN.dat: Fixes for the Vietnamese autocorrection replacement list: badly-formed DocumentList.xml file.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 7fa3e8778..ece1b3424 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -30,6 +30,9 @@ $(STAMP_DIR)/artwork.install : $(OOBUILDDIR)/unpack \
$(TOOLSDIR)/bin/install-artwork $(top_srcdir)/src $(OOBUILDDIR)
touch $@
+autocorr.apply: $(top_srcdir)/bin/add_acor.py $(top_srcdir)/src/acor.csv $(STAMP_DIR)/autocorr.apply
+ $(top_srcdir)/bin/add_acor.py $(OOBUILDDIR) $(top_srcdir)/src/acor.csv
+
patch.apply: $(OOBUILDDIR)/unpack $(STAMP_DIR)/patch.apply
$(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
$(top_srcdir)/patches/*/*.diff \