summaryrefslogtreecommitdiff
path: root/extras/AllLangPackage_autotextshare.mk
AgeCommit message (Collapse)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
…by a simple/static $(gb_CustomTarget_workdir)/foo The build system has a lot of overly complicated leftovers from when it was introduced and had not only deal with split repositories but also had to coexist with another buildsystem. Along with lots of copy'n'paste along the years the makefiles became hard to grasp for newcomers with all our calls and evals. As a first step to streamline that, the macros from TargetLocations that simply prefix a static path to the argument (and similar of the same kind) are a natural pick before simplifying the rules themselves/getting rid of a bunch of eval statements. Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2019-09-24Update AutoText for srLaurent BP
Change lang code to AutoText to fit UI languages: replace sr-CS, sr-ME, sr-RS and sr-Latn-CS, sr-Latn-ME, sr-Latn-RS with sr and sr-Latn Change-Id: I68b437c8a93c8ecf926d0169b3bee93145375e0b Reviewed-on: https://gerrit.libreoffice.org/78805 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2019-09-24Remove useless AutoTextLaurent BP
As no UI available in these languages, autotext were removed for: ab af-ZA (af is used) an az en-AU ga-IE (ga is used) jv kl ky lb-LU (lb is used) nl-BE (nl is used) sah ti ur Change-Id: If048baec9821dde3bbd60de202d6b8e0b188fc5d Reviewed-on: https://gerrit.libreoffice.org/78839 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2019-09-08tdf#81436 Add default Autotext to all l10nLaurent BP
For l10n that do not have yet Autotext, add: FN: Formula Numbering LOREM: Lorem Ipsum dummy text Change-Id: Ife882cdc70758ccbbc3fa8e185eca10fab005e4a Reviewed-on: https://gerrit.libreoffice.org/78353 Tested-by: Jenkins Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
2014-07-02Build all l10n AutoTextLaurent Balland-Poirier
- Remove .bau files - Unzip .bau - Add missing mimetype files - Remove trailing spaces and tabs - Change directory names of standard/FN/Object 1 to standard/FN/Object_1 - Add files to project (3800 files) - Remove non-UTF8 characters in sk/template/HLB and sk/template/HRB - Move user autotext in CustomTarget to a sub directory "user" to avoid conflict with shared autotext - Change all META-INF/manifest.xml to add DOCTYPE line and complete manifest tag - Add AllLangCustomTarget_autotextshare.mk - Make relative path for office.dtd and Manifest.dtd in xml file - Correct pl/standard/ZO/atevent.xml and pl/template/PT1/atevent.xml Caolan's dream: https://bugs.freedesktop.org/show_bug.cgi?id=40499#c36 Change-Id: I17486cd88f380976990291a7d12969cc7751fb84 Reviewed-on: https://gerrit.libreoffice.org/9954 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-25fdo#78833 Update AllLangPackage_autotestshare.mkLaurent Balland-Poirier
Change-Id: Ieb946e2fcb68d84369632d27f6a33e7a0645abb1 Reviewed-on: https://gerrit.libreoffice.org/9477 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-04-13convert AllLangZip to install using PackagesDavid Tardon
... and also rename it to AllLangPackage. Change-Id: I5bbc3847f2806221a5e3e4fa063ccc5a3b60a3fb