link-checker commit: Exclude changes to NEWS from the generated ChangeLog.

changeset:   110:ab30b31d25f2
user:        ville
date:        Tue Nov 23 19:57:48 2004 +0000
files:       Makefile.PL
description:
Exclude changes to NEWS from the generated ChangeLog.


diff -r b48d067a17de -r ab30b31d25f2 Makefile.PL
--- a/Makefile.PL	Thu Nov 11 06:44:57 2004 +0000
+++ b/Makefile.PL	Tue Nov 23 19:57:48 2004 +0000
@@ -46,6 +46,7 @@
 changelog:
 	cvs2cl --FSF --utc --prune \
 	  --ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \
-	  --ignore Makefile.PL --ignore META.yml --ignore MANIFEST
+	  --ignore Makefile.PL --ignore META.yml --ignore MANIFEST \
+	  --ignore NEWS
 MAKE_FRAG
 }

Received on Thursday, 5 August 2010 15:12:27 UTC