Another tutorial switches to docbook.
This commit is contained in:
parent
36640a8494
commit
9e99bddf35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1055
5 changed files with 1843 additions and 1748 deletions
|
@ -1,5 +1,5 @@
|
|||
DOCS= index.sgml
|
||||
SUBDIR= disklessx newuser
|
||||
DOCSUBDIR= ddwg devel fonts mh multios ppp
|
||||
SUBDIR= devel disklessx newuser
|
||||
DOCSUBDIR= ddwg fonts mh multios ppp
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DOC= devel
|
||||
SRCS= devel.sgml
|
||||
DOCS= devel.docb
|
||||
INDEXLINK= devel.html
|
||||
|
||||
.include <bsd.sgml.mk>
|
||||
.include "../../web.mk"
|
||||
|
||||
|
|
1835
data/tutorials/devel/devel.docb
Normal file
1835
data/tutorials/devel/devel.docb
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1997-01-18 02:24:07 $">
|
||||
<!ENTITY date "$Date: 1997-01-19 15:29:57 $">
|
||||
<!ENTITY title "FreeBSD Tutorials">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -19,9 +19,8 @@
|
|||
(<a href="mh/mh.ps">postscript</a>,
|
||||
<a href="mh/mh-html.tar.gz">gzipd tar file</a>)</li>
|
||||
|
||||
<li><a href="devel/devel.html">A User's Guide to FreeBSD Programming Tools</a>
|
||||
(<a href="devel/devel.ps">postscript</a>,
|
||||
<a href="devel/devel-html.tar.gz">gzipd tar file</a>)</li>
|
||||
<li><a href="devel/devel.html">A User's Guide to FreeBSD Programming
|
||||
Tools</a></li>
|
||||
|
||||
<li><a href="ddwg/ddwg.html">Writing device drivers for FreeBSD</a>
|
||||
(<a href="ddwg/ddwg.ps">postscript</a>,
|
||||
|
|
Loading…
Reference in a new issue