diff options
author | Andras Timar <timar@fsf.hu> | 2011-02-23 22:31:04 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-02-23 22:31:04 +0100 |
commit | a805ba07db8be526c86a8afb66e3308da9daca40 (patch) | |
tree | 84415fca96675a9d1ece474b3aae64689b6d9e7a /readlicense_oo/util | |
parent | 26df2ac88a4971f6db70307502e70db0f4f4d01e (diff) |
l10n: 'fold' from coreutils does not work well for some languages
Diffstat (limited to 'readlicense_oo/util')
-rwxr-xr-x | readlicense_oo/util/makefile.pmk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk index 67f7ec51d212..7b4836f78173 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/' $@ |