diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-12-27 17:40:58 -0500 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-01-10 13:05:19 -0500 |
commit | 5b4443b042567905ed74fa6b0aa854785a046e8c (patch) | |
tree | 93f75adc1f491861615c5d2b74aa5b4a1bca9f48 /testing/octave/less-docs.patch | |
parent | e1b2607769e2d38cfa1849586bd13ceb2de2714d (diff) | |
download | aports-5b4443b042567905ed74fa6b0aa854785a046e8c.tar.bz2 aports-5b4443b042567905ed74fa6b0aa854785a046e8c.tar.xz |
testing/octave: upgrade to 4.2.0
Diffstat (limited to 'testing/octave/less-docs.patch')
-rw-r--r-- | testing/octave/less-docs.patch | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/testing/octave/less-docs.patch b/testing/octave/less-docs.patch index c46ee2553b..743f05c18c 100644 --- a/testing/octave/less-docs.patch +++ b/testing/octave/less-docs.patch @@ -1,11 +1,16 @@ ---- octave-4.0.3/doc/interpreter/Makefile.in.orig -+++ octave-4.0.3/doc/interpreter/Makefile.in -@@ -3357,7 +3357,7 @@ - plot-textproperties.texi: genpropdoc.m - $(AM_V_GEN)$(call gen-propdoc-texi,text) +--- octave-4.2.0/doc/interpreter/module.mk.orig ++++ octave-4.2.0/doc/interpreter/module.mk +@@ -250,12 +250,7 @@ --all-local: dvi html pdf ps doc-cache -+all-local: doc-cache - - html: $(HTMLDIR_IMAGES) + DOC_TARGETS += \ + $(srcdir)/doc/interpreter/octave.info \ +- doc/interpreter/doc-cache \ +- doc/interpreter/octave.ps \ +- doc/interpreter/octave.pdf \ +- $(OCTAVE_HTML_STAMP) \ +- $(HTMLDIR_IMAGES) \ +- $(HTMLDIR_CSS) ++ doc/interpreter/doc-cache + ## Distribute both OCTAVE_CSS and HTMLDIR_CSS so that the rules for + ## building HTMLDIR_CSS work properly. |