Codebase list lwjgl / debian/2.9.3+dfsg-2 debian / patches / javadoc.patch
debian/2.9.3+dfsg-2

Tree @debian/2.9.3+dfsg-2 (Download .tar.gz)

javadoc.patch @debian/2.9.3+dfsg-2raw · history · blame

From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Sat, 9 Apr 2016 18:50:43 +0200
Subject: javadoc

Forwarded: not-needed
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 7f6bb68..736c91a 100644
--- a/build.xml
+++ b/build.xml
@@ -672,6 +672,7 @@
 	<!-- Creates the Javadoc -->
 	<target name="javadoc" description="Creates javadoc from java source code">
 		<javadoc destdir="${lwjgl.docs}/javadoc" classpath="${lwjgl.lib}/jinput.jar" author="true" version="true" use="true" source="1.5" windowtitle="LWJGL API" useexternalfile="true">
+			<link href="/usr/share/doc/default-jdk-doc/api/" />
 			<fileset refid="lwjgl.javadoc.fileset" />
 			<doctitle><![CDATA[<h1>Lightweight Java Game Toolkit</h1>]]></doctitle>
 			<bottom><![CDATA[<i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i>]]></bottom>