ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.61 by root, Tue Aug 15 05:58:13 2006 UTC vs.
Revision 1.62 by root, Tue Aug 15 06:03:57 2006 UTC

73 (map +($_ => "\$(INST_LIBDIR)/CFPlus/$_"), manifest_resources), 73 (map +($_ => "\$(INST_LIBDIR)/CFPlus/$_"), manifest_resources),
74 } 74 }
75); 75);
76 76
77sub MY::postamble { 77sub MY::postamble {
78 my $self=shift; 78 my $self = shift;
79
80 # try to add MANIFEST to CONFIGDEP
81 s/^CONFIGDEP = /CONFIGDEP = MANIFEST /m
82 for @{ $self->{RESULT} };
79 83
80 my $pods = join " ", <pod/*.pod>; 84 my $pods = join " ", <pod/*.pod>;
81 85
82 <<EOF 86 <<EOF
83 87
84all :: docwiki.pst 88all :: docwiki.pst
85 89
86Makefile :: MANIFEST
87
88docwiki.pst: bin/pod2wiki $pods 90docwiki.pst: bin/pod2wiki $pods
89 \$(PERL) -Mlib=. bin/pod2wiki $pods 91 \$(PERL) -Mlib=. bin/pod2wiki $pods
90 92
91EOF 93EOF
92} 94}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines