server's directory index configuration to DTRT (i.e., link to
"ports/index.html" rather than "ports/"). This also makes it easier
for people without the desire to set up a web server to test changes
to the web site.
PR: 23230
Reviewed by: nik
List three kernel-programming tuturials on Daemonnews:
* Dynamic Kernel Linker (KLD) Facility Programming Tutorial
by Andrew Reiter <arr@watson.org>
* How to Write Kernel Drivers with Newbus by myself
* Writing an ISA device driver by Sergey Babkin <babkin@bellatlantic.net>
Reading this documents gives one a fairly good start in kernel programming.
obj-clean.
This basically entails putting ${.CURDIR} in front of the occasional
source file, script, or directory.
Also adds '.include <bsd.obj.mk>' to web.mk so 'make obj' works.
Change gencommercial script to take a '-s' flag pointing to the source
directory, and the portindex script to take an optional additional
parameter indicating the source directory.
Add -D ${.CURDIR} to sgmlformat to follow includes properly.
change said link from 2.2.7-specific version to the main page (links to guides
for 2.2.7, 3.1, and 4.0), chop version number from the title of the link.
Submitted by: rosti@surfree.net.il
moved to formatting-media, which is already linked to near the bottom
of the page. While I'm here, fix the fonts tutorial link.
Reported by: Mark Ivens <mivens@clara.net>
index.sgml came from doc/en_US.ISO_8859-1/tutorials/, and is the last
web site specific file to come out of the doc/ repository. They are
now separated.
Makefile is best termed a "gross hack". This will be removed as soon
as the docs are spirited away on to their own web site.