link-checker commit: Add user map for nicer ChangeLog authorship info.

changeset:   364:0c4a5e80d8c8
user:        ville
date:        Thu Apr 22 20:17:31 2010 +0000
files:       MANIFEST.SKIP Makefile.PL etc/usermap
description:
Add user map for nicer ChangeLog authorship info.


diff -r ea1a2053ff99 -r 0c4a5e80d8c8 MANIFEST.SKIP
--- a/MANIFEST.SKIP	Thu Apr 22 19:55:15 2010 +0000
+++ b/MANIFEST.SKIP	Thu Apr 22 20:17:31 2010 +0000
@@ -9,4 +9,5 @@
 \.tar\.
 \bREADME\.cvs$
 \bdocs/tests\b
+\betc/usermap\b
 \bimages/w3c\.png$
diff -r ea1a2053ff99 -r 0c4a5e80d8c8 Makefile.PL
--- a/Makefile.PL	Thu Apr 22 19:55:15 2010 +0000
+++ b/Makefile.PL	Thu Apr 22 20:17:31 2010 +0000
@@ -80,11 +80,11 @@
 sub MY::postamble
 {
     return <<'MAKE_FRAG';
-ChangeLog: bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css README t/00compile.t
-	cvs2cl --FSF --utc --prune \
+ChangeLog: bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css README t/00compile.t etc/usermap
+	cvs2cl --FSF --utc --prune --usermap etc/usermap \
 	  --ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \
 	  --ignore Makefile.PL --ignore META.yml --ignore MANIFEST \
-	  --ignore NEWS --ignore tests
+	  --ignore NEWS --ignore tests --ignore etc/usermap
 	$(RM_F) ChangeLog.bak
 
 lib/W3C/LinkChecker.pm: Makefile.PL bin/checklink
diff -r ea1a2053ff99 -r 0c4a5e80d8c8 etc/usermap
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/usermap	Thu Apr 22 20:17:31 2010 +0000
@@ -0,0 +1,4 @@
+duerst:"Martin J. Dürst <duerst@w3.org>"
+mernst:"Michael Ernst <mernst@alum.mit.edu>"
+ot:"Olivier Thereaux <ot@w3.org>"
+ville:"Ville Skyttä <ville.skytta@iki.fi>"

Received on Thursday, 5 August 2010 15:09:13 UTC