Commit graph

9 commits

Author SHA1 Message Date
Ceri Davies
e987c41481 Americanize. 2004-04-08 21:17:55 +00:00
Nik Clayton
a93c90cca5 Stop creating symlinks to the /FAQ and /handbook directories from the
actual directories under /doc.  This broke inter-document links if
you started at http://www.freebsd.org/{FAQ,handbook}, instead of the
longer .../doc/en_US.ISO8859-1/books/{faq,handbook}, and has caused a
steady stream of complaints to -doc.

Instead, have a static index.html in both those directories with a
http-equiv="refresh" that points people to the right place.

Adjust the build process to take account of this.
2002-06-27 19:55:40 +00:00
Murray Stokely
0d8e79bd0c * Make build/install of www /usr/obj prefix clean.
* 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>
2001-10-29 10:14:33 +00:00
Andrey A. Chernov
1ad5b4095a ISO_ -> ISO rename 2001-06-11 02:39:07 +00:00
Nik Clayton
eab69689b8 Install all the documentation in to a single root, $WEBROOT/doc, with the
same naming scheme as that used by the doc/ repo.

Update docs.sgml to point to the documentation in this canonical location.

Update the FAQ/ and handbook/ directories to use symlinks to point to
the real documentation under doc/en_US.ISO_8859-1/.  This means that local
testing of the site (and mirrors) will still work as expected using the
legacy URLs.  Mirrors that expect to see a lot of traffic are advised to
alter their web server configuration so that $WEBROOT/FAQ and $WEBROOT/handbook
are redirected to $WEBROOT/doc/en_US.ISO_8859-1/books/{faq,handbook},
instead of relying on the symlinks.

Discussed on:	doc, www
2001-04-17 09:05:43 +00:00
Wolfram Schneider
6c2d4c75a4 Use the right make command: make -> ${MAKE} 1999-09-15 20:37:12 +00:00
Peter Wemm
01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Jun Kuriyama
d71e7bfccf Invoke next command if "cd" succeeded.
Not objected by:	Doc Team
1999-09-03 14:01:15 +00:00
Nik Clayton
b4be7a34cb Makefile framework to pull the DocBook FAQ in to the web site. 1999-08-19 20:45:50 +00:00