From 4972faf4bb4cbb15d4ff0408f38ff020a26a4c42 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 18 Jan 2011 23:05:50 +0100 Subject: readme formatting - fdo#32741 * using CRLF instead of LF on WIN platform * word wrap at column 75 for better readability --- readlicense_oo/util/makefile.pmk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readlicense_oo/util/makefile.pmk b/readlicense_oo/util/makefile.pmk index 0efd9712f1..29b51d5015 100755 --- a/readlicense_oo/util/makefile.pmk +++ b/readlicense_oo/util/makefile.pmk @@ -79,6 +79,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) -- cgit v1.2.3