diff options
Diffstat (limited to 'math/scilab/files/extra-patch-Makefile.in')
-rw-r--r-- | math/scilab/files/extra-patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/scilab/files/extra-patch-Makefile.in b/math/scilab/files/extra-patch-Makefile.in deleted file mode 100644 index a9cc5e6b3039..000000000000 --- a/math/scilab/files/extra-patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2015-10-02 17:25:36.689224000 +0000 -+++ Makefile.in 2015-10-02 17:25:47.634538000 +0000 -@@ -2110,7 +2110,7 @@ - # This is not done in the module itself because its needs also the "types" - # module - javadoc: -- $(JAVADOC) -noindex -nohelp -nonavbar -notree \ -+ $(JAVADOC) -Xdoclint:none -noindex -nohelp -nonavbar -notree \ - -d $(top_builddir)/modules/javasci/javadoc \ - -sourcepath $(top_srcdir)/modules/javasci/src/java:$(top_srcdir)/modules/types/src/java::$(top_srcdir)/modules/localization/src/java \ - org.scilab.modules.javasci org.scilab.modules.types |