svn commit: r42045 - in head/en_US.ISO8859-1/htdocs/java: . docs

Eitan Adler eadler at FreeBSD.org
Tue Jun 25 18:41:51 UTC 2013


Author: eadler
Date: Tue Jun 25 18:41:51 2013
New Revision: 42045
URL: http://svnweb.freebsd.org/changeset/doc/42045

Log:
  Give a direct link to the porter's handbook instead of going through a second page.

Deleted:
  head/en_US.ISO8859-1/htdocs/java/docs/howtoports.xml
Modified:
  head/en_US.ISO8859-1/htdocs/java/docs/Makefile
  head/en_US.ISO8859-1/htdocs/java/index.xml

Modified: head/en_US.ISO8859-1/htdocs/java/docs/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Tue Jun 25 18:35:50 2013	(r42044)
+++ head/en_US.ISO8859-1/htdocs/java/docs/Makefile	Tue Jun 25 18:41:51 2013	(r42045)
@@ -8,6 +8,5 @@
 .endif
 
 DOCS =	faq.xml
-DOCS+=	howtoports.xml
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"

Modified: head/en_US.ISO8859-1/htdocs/java/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/java/index.xml	Tue Jun 25 18:35:50 2013	(r42044)
+++ head/en_US.ISO8859-1/htdocs/java/index.xml	Tue Jun 25 18:41:51 2013	(r42045)
@@ -2,6 +2,7 @@
 <!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
 "http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
 <!ENTITY title "FreeBSD &java; Project">
+<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
 ]>
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
@@ -56,7 +57,8 @@
 
   <ul>
     <li><a href="docs/faq.html">FAQ</a></li>
-    <li><a href="docs/howtoports.html">Creating Ports...</a></li>
+
+    <li><a href="&url.books;/porters-handbook/using-java.html">Creating Ports</a></li>
     <li><a href="links.html">Links</a></li>
   </ul>
 


More information about the svn-doc-all mailing list