summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_autocorr.mk
AgeCommit message (Collapse)Author
2023-01-05Related: tdf#150687 check autocorr DocumentList.xml at build timeCaolán McNamara
to ensure no noopt entries exist Change-Id: I9fb95e211d6030e1f551558fd5a0a3ca700c8fc2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145030 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-01-04is/DocumentList.xml missing from Makefile but file existsCaolán McNamara
Change-Id: Ie1cf1f928369a02ed15912afe70482224a23c626 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145026 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-02-15Fix typoAndrea Gelmini
Change-Id: If0c567307fe169eda90bd3db81eb538b0c1d03e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129795 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-02-10simplify autocorrect makefileChristian Lohmaier
The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. Also remove the empty mimetype files and just touch them instead of copying them. The xml and mimetype files are now intermediates and are removed by make once the .dat is built. (if that's not desired, they can be flagged as .SECONDARY) Further simplification is possible when using the same language code for both the intermediate directory as well as the source directory layout and the .dat files Change-Id: I0e0c28abcad2b404a88d1f32b9b9cdb53b4125c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129628 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-10-02tdf#136951: Add Võro (vro-EE) locale data and rudimentary autocorrect listMihkel Tõnnov
Change-Id: Id5a5d71b7f457d18b9d0982f9b4df95566c09be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103122 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-05-14tdf#125010 No compression to mimetype in all embded filesLaurent BP
same change as change https://gerrit.libreoffice.org/71473/ for : - autocorrection files .DAT - autotext share files .BAU - autotext user file .BAU - Writer templates: OfficeCorr, OfficeMisc, Personal, Styles .OTT - Impress templates .OTP Change-Id: Ie467b19bc833006fdfef45a72b9cb4a0eba8e7bd Reviewed-on: https://gerrit.libreoffice.org/71830 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2018-12-19tdf#121726 add Lower and Upper Sorbian autocorrect files (emoji input)Christian Lohmaier
Change-Id: I628631f4bba4952bfa5f6e03e58cc4ab2c9c3c69
2018-10-27tdf#99469 remove obsolete BlockList.xml entriesAndras Timar
Change-Id: I88bd4777e973b43edfc7e6d1123cef5c6bb2d7ea Reviewed-on: https://gerrit.libreoffice.org/62423 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2018-04-26tdf#116387 Autocorrect greek character σ (sigma) to ς (final sigma)László Németh
when at the end of a word (τελικό σίγμα), also add Autocorrect exceptions to common Greek abbreviations. Change-Id: Id6722594ab72a21aeec77daf7571d142eebf20e8 Reviewed-on: https://gerrit.libreoffice.org/53372 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2015-08-28use nonet for xsltprocCaolán McNamara
Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb
2014-08-23Resolves fdo#82985 Make generic autocorr files (German/Spanish/Italian)Julien Nabet
I applied a part of the fdo#79276 fix Change-Id: I4716c06bfd25efe45a19295e0f5fd7cd1b8b0568
2014-08-12Simplify make file for autocorr and autotextLaurent Balland-Poirier
Build mimetype file list with other lists Change-Id: Ia30fd6af9d312e4eb7d68b6460221a55f608a808 Reviewed-on: https://gerrit.libreoffice.org/10887 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet
1) Replace the creation of acor_fr-FR.dat by acor_fr.dat since there's no specific for variants of fr 2) Add a fallback system to use it Change-Id: Ia3e11fff0f266839dc148077b50c1b2f798d1c50 Reviewed-on: https://gerrit.libreoffice.org/9825 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-04Move AutoCorrection files to extras/source/autocorrLaurent Balland-Poirier
Move all files concerning AutoCorrection from extras/source/autotext/lang/{lang}/acor to extras/source/autocorr/lang/{lang} Update CustomTarget_autocorr.mk and Package_autocorr.mk Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW) Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3 Reviewed-on: https://gerrit.libreoffice.org/9599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-09Resolves: fdo#73544 rename acor_ca to acor-ca-ESCaolán McNamara
some more investigation into why bare language autocorrect files are accepted needed but this is a reasonably safe backportable to 4-2 fix Change-Id: Ia294219e3c9d98710c6727238cedc15b040b408d
2013-09-12sort alphabeticallyEike Rathke
Change-Id: Id04975bcc42a2b401d828c0f6b52f4d7c5bcc2b5
2013-09-12renamed sh-* to sr-Latn-* and *-YU to *-CSEike Rathke
Change-Id: I442c4d1b8f1a03c19bd119144413c9ac316b4a4c
2013-06-28Add Romanian auto correct words. The testbuild works fine.Nagy Akos
Change-Id: Id2054b4907a1c799cb96ebea683fb000c4c79884 Reviewed-on: https://gerrit.libreoffice.org/4562 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-12Add Icelandic autocorrection support, Only SentenceExceptList.xml for now.Björgvin Ragnarsson
List of abbreviations is from https://is.wiktionary.org/wiki/Flokkur:%C3%8Dslenskar_skammstafanir Change-Id: Icaf8f611d0ceb46774e580ac1e8c3a57e786c28b Reviewed-on: https://gerrit.libreoffice.org/3862 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-13gbuild: use zip --must-match to fail if input files are missingMichael Stahl
With the last "find" call to determine inputs removed, this should hopefully work reliably now. Change-Id: Ie725e29d0889ec40cefc961ff61b2cf29839fb66
2013-02-22fdo#61138 add Catalan autocorrection data to makefilesAndras Timar
Change-Id: I88dabffc98825d6e7df14165d448302697cebe21
2013-02-12remove Basque autotext files, they were in EnglishAndras Timar
Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2
2012-12-29rethink external executable setupDavid Tardon
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-09-21add pt-BR/acor/SentenceExceptList.xml to makefileAndras Timar
Change-Id: Ib821e760edab94b4f7ae9c8df4bc39685af1f782
2012-08-24gbuildize extrasDavid Tardon
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a