]> git.pld-linux.org Git - packages/perl-PDL.git/blob - perl-PDL-vendorarch.patch
- rediff patches
[packages/perl-PDL.git] / perl-PDL-vendorarch.patch
1 diff -urNp -x '*.orig' PDL-2.018.org/Makefile.PL PDL-2.018/Makefile.PL
2 --- PDL-2.018.org/Makefile.PL   2021-05-09 00:22:58.841780681 +0200
3 +++ PDL-2.018/Makefile.PL       2021-05-09 00:22:58.928448347 +0200
4 @@ -557,6 +557,11 @@ doc_vendor_install ::
5  %HTML% $(NOECHO) $(ECHO) "doc_vendor_install: Building PDL documentation web pages ..."
6  %HTML% $(NOECHO) $(PERL) Doc$(DFSEP)mkhtmldoc.pl "$(DESTDIR)$(INSTALLVENDORARCH)$(DFSEP)PDL"
7  
8 +doc_vendor_install ::
9 +       @echo "doc_vendor_install: Building PDL documentation database ..."
10 +       @$(PERL) -Mblib Doc/scantree.pl $(DESTINSTALLVENDORARCH)
11 +       @$(PERL) Doc/mkhtmldoc.pl $(DESTINSTALLVENDORARCH)/PDL
12 +       
13  doc_perl_install ::
14         $(NOECHO) $(ECHO) "doc_perl_install: Building PDL documentation database ..."
15         $(NOECHO) $(PERLRUNINST) Doc$(DFSEP)scantree.pl "$(DESTDIR)$(INSTALLARCHLIB)"
This page took 0.066 seconds and 3 git commands to generate.