[Libreoffice-commits] .: readlicense_oo/util
Andras Timar
timar at kemper.freedesktop.org
Wed Feb 23 13:32:59 PST 2011
readlicense_oo/util/makefile.pmk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 4ed849b9de2d2416a3a3883bf749e36939e9e642
Author: Andras Timar <timar at fsf.hu>
Date: Wed Feb 23 22:31:04 2011 +0100
l10n: 'fold' from coreutils does not work well for some languages
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
index 67f7ec5..7b4836f 100755
--- a/readlicense_oo/util/makefile.pmk
+++ b/readlicense_oo/util/makefile.pmk
@@ -59,8 +59,6 @@ $(SYSTEXTDOCS) : $(MISC)$/readme_text.xsl
--stringparam os1 $(OS) --stringparam gui1 $(GUI) --stringparam com1 $(COM) \
--stringparam cp1 $(CPUNAME) --stringparam type text --stringparam lang1 $(@:b:s/readme_//:s/README_//) \
$< $(MERGEDXRM)
- fold -s -w 75 < $@ > $@.new
- mv $@.new $@
.IF "$(GUI)"=="WNT"
$(PERL) -pi -e 's/\n/\r\n/' $@
More information about the Libreoffice-commits
mailing list