Link in the new upgrade tutorial.

This commit is contained in:
John Fieber 1997-06-25 16:59:50 +00:00
parent 98541399de
commit c7faab6a4b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1686
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
DOCS?= index.sgml DOCS?= index.sgml
SUBDIR= devel disklessx fonts mh multios newuser SUBDIR= devel disklessx fonts mh multios newuser upgrade
DOCSUBDIR= ddwg ppp DOCSUBDIR= ddwg ppp
.if defined $(NEW_BUILD) .if defined $(NEW_BUILD)

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1997-04-07 13:51:15 $"> <!ENTITY date "$Date: 1997-06-25 16:59:50 $">
<!ENTITY title "FreeBSD Tutorials"> <!ENTITY title "FreeBSD Tutorials">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -34,6 +34,8 @@
<li><a href="fonts/fonts.html">Fonts and FreeBSD</a></li> <li><a href="fonts/fonts.html">Fonts and FreeBSD</a></li>
<li><a href="http://www.cypher.net/~black/ipalias.html">IP Aliasing</a></li> <li><a href="http://www.cypher.net/~black/ipalias.html">IP Aliasing</a></li>
<li><a href="upgrade/upgrade.html">Upgrading FreeBSD from source</a></li>
</ul> </ul>