summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-01-18 23:05:50 +0100
committerAndras Timar <timar@fsf.hu>2011-01-18 23:08:23 +0100
commit8a8985a8592d0f438a6cf7eb34fc9875f6b7a962 (patch)
treeda7105f93b7a76798e8b0028fb5408b0e36affcb /readlicense_oo
parentdfbece50ebaeaf45ea3f016d911b5de7c878afc5 (diff)
readme formatting - fdo#32741
* using CRLF instead of LF on WIN platform * word wrap at column 75 for better readability
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/util/makefile.pmk6
1 files changed, 6 insertions, 0 deletions
diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk
index 2e072f1b7430..67f7ec51d212 100755
--- a/readlicense_oo/util/makefile.pmk
+++ b/readlicense_oo/util/makefile.pmk
@@ -59,6 +59,12 @@ $(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/' $@
+.ENDIF # "$(GUI)"=="WNT"
.IF "$(GUI)"=="UNX"
chmod g+w $(MISC)$/$(GUI)