Date: Fri, 15 Mar 2002 12:48:45 +0100 From: Ernst de Haan <ernsth@nl.euro.net> To: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Cc: java@freebsd.org Subject: Re: Location of javadoc Message-ID: <200203151148.g2FBmkg91212@zaphod.euronet.nl> In-Reply-To: <20020315123339.N38122-100000@puget.esil.univ-mrs.fr> References: <20020315123339.N38122-100000@puget.esil.univ-mrs.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Herve, According to the FreeBSD Porters Handbook, all additional port docs should go below ${PREFIX}/share/doc: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/x1850.html So perhaps we should define the base location for the documentation of a Java port as: ${PREFIX}/share/doc/java/${PKGNAME} And then the API documentation would always go in ${PREFIX}/share/doc/java/${PKGNAME}/api Whaddayathink ? Ernst On Friday 15 March 2002 12:37, Herve Quiroz wrote: > What is the best place for javadocs when writing a port ? > > ${LOCALBASE}/share/doc/{PORTNAME} > > or > > ${LOCALBASE}/share/java/doc/{PORTNAME} > > > I was thinking of having the javadoc in a subdir of the port doc dir : > > ${LOCALBASE}/share/doc/{PORTNAME} -> manuals and regular doc > ${LOCALBASE}/share/doc/{PORTNAME}/javadoc -> apidocs > > > Hervé > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203151148.g2FBmkg91212>