summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-02-23 22:31:04 +0100
committerAndras Timar <timar@fsf.hu>2011-03-03 19:54:57 +0100
commit6153334a2bb4008541345917eec86236eaf27e3f (patch)
treea87660d940b3f8f6fb8525cd57d175ab6a58ddf2
parent220ca4436d36d4ef4b40b13f38c3863603bbae2d (diff)
l10n: 'fold' from coreutils does not work well for some languages
-rwxr-xr-xreadlicense_oo/util/makefile.pmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
index 29b51d5015..3e9a22df34 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/' $@