[Libreoffice-commits] .: Branch 'libreoffice-3-3' - readlicense_oo/util
Andras Timar
timar at kemper.freedesktop.org
Thu Mar 3 10:55:12 PST 2011
readlicense_oo/util/makefile.pmk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 6153334a2bb4008541345917eec86236eaf27e3f
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 29b51d5..3e9a22d 100755
--- a/readlicense_oo/util/makefile.pmk
+++ b/readlicense_oo/util/makefile.pmk
@@ -79,8 +79,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