26 lines
1.2 KiB
Diff
26 lines
1.2 KiB
Diff
Index: PDL-2.016/Makefile.PL
|
|
===================================================================
|
|
--- PDL-2.016.orig/Makefile.PL 2016-05-28 18:45:50.000000000 +0200
|
|
+++ PDL-2.016/Makefile.PL 2016-08-31 17:42:52.186973067 +0200
|
|
@@ -554,7 +554,7 @@ doc_vendor_install ::
|
|
$(NOECHO) $(ECHO) "doc_vendor_install: Building PDL documentation database ..."
|
|
$(NOECHO) $(PERLRUNINST) Doc$(DFSEP)scantree.pl "$(INSTALLVENDORARCH)"
|
|
%HTML% $(NOECHO) $(ECHO) "doc_vendor_install: Building PDL documentation web pages ..."
|
|
-%HTML% $(NOECHO) $(PERL) Doc$(DFSEP)mkhtmldoc.pl "$(INSTALLVENDORARCH)$(DFSEP)PDL"
|
|
+%HTML% $(NOECHO) $(PERL) Doc$(DFSEP)mkhtmldoc.pl "$(DESTINSTALLVENDORARCH)$(DFSEP)PDL"
|
|
|
|
doc_perl_install ::
|
|
$(NOECHO) $(ECHO) "doc_perl_install: Building PDL documentation database ..."
|
|
Index: PDL-2.016/Doc/mkhtmldoc.pl
|
|
===================================================================
|
|
--- PDL-2.016.orig/Doc/mkhtmldoc.pl 2015-08-12 03:44:20.000000000 +0200
|
|
+++ PDL-2.016/Doc/mkhtmldoc.pl 2016-08-31 17:41:41.509889410 +0200
|
|
@@ -153,6 +153,7 @@ chdir $back;
|
|
|
|
print "Making HTML docs...\n\n";
|
|
|
|
+$verbose = 1;
|
|
print "Put HTML $htmldir\n" if $verbose;
|
|
print "Scanning $startdir ... \n\n" if $verbose;
|
|
$sub = sub {
|