--- misc/hyphen-2.8.4/Makefile.am 2010-07-19 11:23:17.000000000 +0200 +++ misc/build/hyphen-2.8.4/Makefile.am 2010-12-02 10:15:44.390625000 +0100 @@ -25,13 +25,13 @@ hyphen.us3: cp -f $(srcdir)/hyphen.tex hyphen.us - patch < $(srcdir)/hyphen.patch + $(GNUPATCH) < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 cat $(srcdir)/ligpatch.txt >>hyphen.us3 -hyph_en_US.dic: hyphen.us3 - perl $(srcdir)/substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null +hyph_en_US.dic: + @echo "hyph_en_US.txt distributed with Hyphen library" clean-local: rm -rf hyphen.us* hyph_en_US.dic --- misc/hyphen-2.8.4/Makefile.in 2010-12-01 02:31:29.000000000 +0100 +++ misc/build/hyphen-2.8.4/Makefile.in 2010-12-02 10:17:16.546875000 +0100 @@ -940,13 +940,13 @@ hyphen.us3: cp -f $(srcdir)/hyphen.tex hyphen.us - patch < $(srcdir)/hyphen.patch + $(GNUPATCH) < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 cat $(srcdir)/ligpatch.txt >>hyphen.us3 -hyph_en_US.dic: hyphen.us3 - perl $(srcdir)/substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null +hyph_en_US.dic: + @echo "hyph_en_US.txt distributed with Hyphen library" clean-local: rm -rf hyphen.us* hyph_en_US.dic o/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski
2021-12-24Enforce cross-compilation for static buildsJan-Marek Glogowski
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin
2021-10-15Repurpose regcompare test as unoidl-check testStephan Bergmann
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet
2021-07-22-Werror=maybe-uninitializedStephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-15cid#1471675 silence Logically dead codeCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann