diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 09:35:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-25 09:35:03 (GMT) |
commit | 05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596 (patch) | |
tree | ec9c17a36b01ac33cdfa62c7120da1b152b55777 /doc | |
parent | db72cf3cd352c43ddcb5abcb300f60aea2df558f (diff) | |
parent | 69cded06b737884b3c2f111d3a3a40db146bcef1 (diff) | |
download | tk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.zip tk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.tar.gz tk-05ac0f2232ca66e87c18bf4a43cce9d0cfaa7596.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 |