- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Apr 2007 21:35:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv26398 Modified Files: Makefile.PL Log Message: Add dependencies for generating ChangeLog when needed. Index: Makefile.PL =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.PL 6 May 2006 18:24:10 -0000 1.13 +++ Makefile.PL 19 Apr 2007 21:35:55 -0000 1.14 @@ -37,13 +37,14 @@ MAN1PODS => { 'bin/checklink.pod' => '$(INST_MAN1DIR)/checklink.$(MAN1EXT)', }, + depend => { distdir => 'ChangeLog' }, dist => { TARFLAGS => '--owner=0 --group=0 -cvf' }, clean => { FILES => 'ChangeLog.bak' }, ); sub MY::postamble { return <<'MAKE_FRAG'; -changelog: +ChangeLog: bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css docs/qa-small.png docs/valid-xhtml10.png docs/w3c_home.png README t/00compile.t cvs2cl --FSF --utc --prune \ --ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \ --ignore Makefile.PL --ignore META.yml --ignore MANIFEST \
Received on Thursday, 19 April 2007 21:36:04 UTC