diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-10-01 20:38:36 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 15:40:29 +0000 |
commit | 2052d421af023b2f12cd7929145f4fa64a9f1193 (patch) | |
tree | a5c58103c0e77d9bfda823ea7e5975ffb97aadcb /testing/octave/less-docs.patch | |
parent | 793533f4a0098e34d64261ae9f5d538a6feadf84 (diff) | |
download | aports-2052d421af023b2f12cd7929145f4fa64a9f1193.tar.bz2 aports-2052d421af023b2f12cd7929145f4fa64a9f1193.tar.xz |
testing/octave: new aport
https://www.gnu.org/software/octave/
A high-level language, primarily intended for numerical computations
Diffstat (limited to 'testing/octave/less-docs.patch')
-rw-r--r-- | testing/octave/less-docs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/octave/less-docs.patch b/testing/octave/less-docs.patch new file mode 100644 index 0000000000..c46ee2553b --- /dev/null +++ b/testing/octave/less-docs.patch @@ -0,0 +1,11 @@ +--- 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) + +-all-local: dvi html pdf ps doc-cache ++all-local: doc-cache + + html: $(HTMLDIR_IMAGES) + |