diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-06-25 09:35:03 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-06-25 09:35:03 (GMT) |
commit | 4d257ef09d80c2b5f7ab96da841335fb8e81cf0c (patch) | |
tree | ec9c17a36b01ac33cdfa62c7120da1b152b55777 /doc | |
parent | fd2f75b12bdfbcaea7ddd06d8be9fbd987bcdacd (diff) | |
parent | ad5c414b10716d61c21a7a58fccd44893ce239eb (diff) | |
download | tk-4d257ef09d80c2b5f7ab96da841335fb8e81cf0c.zip tk-4d257ef09d80c2b5f7ab96da841335fb8e81cf0c.tar.gz tk-4d257ef09d80c2b5f7ab96da841335fb8e81cf0c.tar.bz2 |
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/colors.n | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/colors.n b/doc/colors.n index 9081b27..d121248 100644 --- a/doc/colors.n +++ b/doc/colors.n @@ -3,8 +3,6 @@ '\" Copyright (c) 2003 ActiveState Corporation. '\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net> '\" Copyright (c) 2008 Donal K. Fellows -'\" -'\" '\" .TH colors n 8.3 Tk "Tk Built-In Commands" .so man.macros |