[Chinese-commits] [manpages-zh] 52/131: fix copyright symbol do not invoke dos2unix

Boyuan Yang hosiet-guest at moszumanska.debian.org
Tue Dec 13 19:59:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository manpages-zh.

commit 06fd80b79295cfcdb94f173dd0dcc9a501f7a19e
Author: LI Daobing <lidaobing at gmail.com>
Date:   Fri Feb 29 20:57:33 2008 +0800

    fix copyright symbol
    do not invoke dos2unix
---
 Makefile            | 4 +---
 src/man1/mirror.1   | 5 ++---
 src/man1/wish.1     | 6 +++---
 src/mann/while.3tcl | 6 +++---
 4 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/Makefile b/Makefile
index f833692..75cc6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,7 @@ gb-stamp:
 	mkdir -p zh_CN
 	for f in `cat $(TRANSLATED)` ; do \
 		OFNAME=`basename $$f | sed -e 's/\.\([^.]*\)$$/.zh_CN.\1/'` ; \
-		cp src/$$f zh_CN/$$OFNAME ; \
-		dos2unix zh_CN/$$OFNAME ; \
+		iconv -f utf8 -t gbk src/$$f -o zh_CN/$$OFNAME ; \
 	done
 	touch $@
 
@@ -30,7 +29,6 @@ b5-stamp:
 	for f in `cat $(TRANSLATED)` ; do \
 		OFNAME=`basename $$f | sed -e 's/\.\([^.]*\)$$/.zh_TW.\1/'` ; \
 		iconv -f utf8 -t gb18030 src/$$f | autob5 -i gb -o big5 | utils/totw.pl > zh_TW/$$OFNAME ; \
-		dos2unix zh_TW/$$OFNAME ; \
 	done
 	touch $@
 
diff --git a/src/man1/mirror.1 b/src/man1/mirror.1
index bfa3c08..0e83c99 100644
--- a/src/man1/mirror.1
+++ b/src/man1/mirror.1
@@ -1,5 +1,4 @@
-.\"
-.\" 软件教程 之 man mirror 系统篇 软件篇 技巧篇 Linux man篇
+.\" .\" 软件教程 之 man mirror 系统篇 软件篇 技巧篇 Linux man篇
 .\" 
 .\" 原始文件:mirror-2.3 - mirror.man
 .\" 档案叙述:映射远端档案的软体
@@ -840,7 +839,7 @@ David Woodgate
 Pieter Immelman
 Jost Krieger
 
-Copyright © 1999 《Best Linux》. All rights reserved. Revised: 99-11-28.
+Copyright (C) 1999 《Best Linux》. All rights reserved. Revised: 99-11-28.
 	
 .SH "[中文版维护人]"
 .B 软件教程
diff --git a/src/man1/wish.1 b/src/man1/wish.1
index e0ff702..6b15733 100644
--- a/src/man1/wish.1
+++ b/src/man1/wish.1
@@ -88,9 +88,9 @@ exec wish "$0" "$@"
 shell, 工具箱
 .SH 作者
 .nf
-Copyright © 1991-1994 The Regents of the University of California.
-Copyright © 1994-1996 Sun Microsystems, Inc.
-Copyright © 1995-1997 Roger E. Critchlow Jr.
+Copyright (C) 1991-1994 The Regents of the University of California.
+Copyright (C) 1994-1996 Sun Microsystems, Inc.
+Copyright (C) 1995-1997 Roger E. Critchlow Jr.
 .fi
 .SH [中文版维护人]
 .B 寒蝉退士
diff --git a/src/mann/while.3tcl b/src/mann/while.3tcl
index ea174fc..8253fd9 100644
--- a/src/mann/while.3tcl
+++ b/src/mann/while.3tcl
@@ -21,9 +21,9 @@ boolean 值, 循环, 测试, while
 
 .SH 作者
 .nf
-Copyright © 1993 The Regents of the University of California.
-Copyright © 1994-1997 Sun Microsystems, Inc.
-Copyright © 1995-1997 Roger E. Critchlow Jr.
+Copyright (C) 1993 The Regents of the University of California.
+Copyright (C) 1994-1997 Sun Microsystems, Inc.
+Copyright (C) 1995-1997 Roger E. Critchlow Jr.
 .fi
 .SH [中文版维护人]
 .B 寒蝉退士

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git



More information about the Chinese-commits mailing list