]> git.pld-linux.org Git - packages/perl-PDL.git/blame - perl-PDL-vendorarch.patch
- rediff patches
[packages/perl-PDL.git] / perl-PDL-vendorarch.patch
CommitLineData
60f3f6db
JR
1diff -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"
455107b4 7
2ab08f87
JB
8+doc_vendor_install ::
9+ @echo "doc_vendor_install: Building PDL documentation database ..."
dca9a481
JB
10+ @$(PERL) -Mblib Doc/scantree.pl $(DESTINSTALLVENDORARCH)
11+ @$(PERL) Doc/mkhtmldoc.pl $(DESTINSTALLVENDORARCH)/PDL
455107b4 12+
2ab08f87 13 doc_perl_install ::
60f3f6db
JR
14 $(NOECHO) $(ECHO) "doc_perl_install: Building PDL documentation database ..."
15 $(NOECHO) $(PERLRUNINST) Doc$(DFSEP)scantree.pl "$(DESTDIR)$(INSTALLARCHLIB)"
This page took 0.125028 seconds and 4 git commands to generate.