aboutsummaryrefslogtreecommitdiffstats
path: root/testing/octave/less-docs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/octave/less-docs.patch')
-rw-r--r--testing/octave/less-docs.patch23
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.