Skip to content

Commit

Permalink
zap obsolete ppm make-target
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 25, 2024
1 parent 4c53407 commit 1928c56
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -150,29 +150,6 @@ doc_perl_install ::
$(NOECHO) $(PERLRUNINST) Basic$(DFSEP)Doc$(DFSEP)scantree.pl "$(DESTDIR)$(INSTALLARCHLIB)"
';

$text .= << 'EOT' if $^O =~ /MSWin/;
DISTWIN32NAME=$(DISTVNAME)-win32
ppm : doctest ppd
$(MV) blib$(DFSEP)lib$(DFSEP)PDL$(DFSEP)HtmlDocs$(DFSEP)PDL blib$(DFSEP)html$(DFSEP)lib$(DFSEP)PDL
$(COMPRESS) -dc win32$(DFSEP)pbmwin32.tar.gz | $(TAR) xf -
$(MKPATH) $(DISTWIN32NAME)
$(CP) win32$(DFSEP)Readme $(DISTWIN32NAME)
$(CP) win32$(DFSEP)install.ppm .
$(PERL) -pe "s|<\x{2f}IMPLEMENTATION>|<INSTALL EXEC=\"perl\">install.ppm<\x{2f}INSTALL><\x{2f}IMPLEMENTATION>|" PDL.ppd > PDL.ppd.new
$(RM) PDL.ppd
$(MV) PDL.ppd.new PDL.ppd
$(CP) PDL.ppd $(DISTWIN32NAME)
$(TAR) cf $(DISTWIN32NAME)$(DFSEP)PDL.tar blib install.ppm
cd $(DISTWIN32NAME)
$(COMPRESS) PDL.tar
$(ZIP) $(DISTWIN32NAME).zip *
$(MV) $(DISTWIN32NAME).zip ..
cd ..
$(RM_RF) $(DISTWIN32NAME)
EOT

$text .= "\n" . ::coretarget($self);
my $coretest = join ' ', map File::Spec->catfile('t', $_.'.t'), qw(
01-pptest autoload bad basic bool clump constructor core croak lvalue
Expand Down

0 comments on commit 1928c56

Please sign in to comment.