This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
vecmath/vecmath-1.6.0-javadoc-link.patch

12 lines
320 B
Diff

diff --git a/build.xml b/build.xml
index f33f185..4531b27 100644
--- build.xml
+++ build.xml
@@ -76,6 +76,7 @@
packagenames="javax.vecmath.*"
destdir="${javadoc.dir}"
windowtitle="Vecmath ${version_base}">
+ <link href="/usr/share/javadoc/java/" />
</javadoc>
</target>