- Add links to the "Books" and "Articles" section of ../docs.html
since we now (relative to when this was last updated) have a
greater set of both. I kept the links to the Handbook and FAQ
since they're probably the most popular books, but they seem a
little out of place now.
- Fix links to other parts of ../docs.html; don't link specifically
to the 4.4BSD Manuals or INFO pages, but link to Other
Documentation. The Manual Pages link, broken since 2001/02/22
(docs.sgml 1.92), was unbroken as a result of docs.sgml 1.128.
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
* Use make variables instead of hard coding commands, paths, and
options.
* Wrap some long lines.
* Replace shell loops with make for loops, etc.
PR: docs/31132
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
one in a comment; since the former is clearly visible from the top of
the file, the latter's only purpose was to bloat the repository a
little more.
No objections by: -doc, -www
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
IA-64 which was already there, Alpha, PPC, and SPARC were added. Also
update some other bits of the site to point to the new location.
Note: I didn't get a repo copy of alpha/alpha.sgml to
platforms/alpha.sgml because there wasn't any real useful history
to preserve. I also left the alpha/ dir in place for now but added
an index.sgml to point to the new location. I'll nuke the
directory once the translation teams have caught up with the
changes.
Suggested by: obrien
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.