summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_autotextuser.mk
AgeCommit message (Collapse)Author
2022-02-10simplify autotextuser makefileChristian Lohmaier
could be made static, but left as pattern based since the rules could be combined with the other makefiles/there's no real need to treat building the user using separate makefile rules, it's the same procedure for both shared and user variant. Change-Id: Ic1dbbcf4dfd8f533d215cc930cc455f95658db1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129725 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.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>
2015-08-28use nonet for xsltprocCaolán McNamara
Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb
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-06-04Build default user AutoText file MyTexts.bauLaurent Balland-Poirier
Unzip Mytexts.bau and add files to project Add empty mimetype file Change-Id: Icc8099bcc4fe51e12b5314a4f25fcaf5f2e0938b Reviewed-on: https://gerrit.libreoffice.org/9639 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>