ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/Makefile.PL
(Generate patch)

Comparing Video-Capture-V4l/Makefile.PL (file contents):
Revision 1.1 by pcg, Fri May 5 20:21:52 2000 UTC vs.
Revision 1.2 by root, Tue Nov 1 17:14:50 2005 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2
3sub MY::postamble {
4<<'EOF';
5
6tr-101-231.txt: tr-101-231.pdf
7 gs -q -dNODISPLAY -dNOBIND -dSIMPLE -dWRITESYSTEMDICT ps2txt.ps $< quit.ps > $@
8
9EOF
10}
11 2
12WriteMakefile( 3WriteMakefile(
13 'dist' => { 4 'dist' => {
14 PREOP => 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 5 PREOP => 'pod2text V4l/V4l.pm | tee README > $(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
15 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines