c2man: Replace notes about the Changelog file

André Hentschel nerv at dawncrow.de
Tue Jul 16 16:09:35 CDT 2013


---
 tools/c2man.pl | 6 +++---
 1 file 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
-- 
1.8.1.2




More information about the wine-patches mailing list