=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: c2man: Replace notes about the Changelog file.

Alexandre Julliard julliard at winehq.org
Wed Jul 17 13:31:45 CDT 2013


Module: wine
Branch: master
Commit: f46590e997ce8f415d3626a9ec2824565af57eb1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f46590e997ce8f415d3626a9ec2824565af57eb1

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jul 16 23:09:35 2013 +0200

c2man: Replace notes about the Changelog file.

---

 tools/c2man.pl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/c2man.pl b/tools/c2man.pl
index 96bedd5..0668ee2 100755
--- a/tools/c2man.pl
+++ b/tools/c2man.pl
@@ -1200,7 +1200,7 @@ sub output_spec($)
     "",
     $contribstring,
     "Note: This list may not be complete.",
-    "For a complete listing, see the Files \"AUTHORS\" and \"Changelog\" in the Wine source tree.",
+    "For a complete listing, see the git commit logs and the File \"AUTHORS\" in the Wine source tree.",
     "",
   );
 
@@ -1850,8 +1850,8 @@ sub output_master_index_files()
     "implements a given API call. Authors of each dll are listed in the overview ",
     "section for that dll. Additional contributors who have updated source files ",
     "but have not entered their names in a copyright statement are noted by an ",
-    "entry in the file \"Changelog\" from the Wine source code distribution.",
-      ""
+    "entry in the git commit logs.",
+    ""
   );
 
   # Read in all dlls from the database of dll names




More information about the wine-cvs mailing list