Commit graph

8 commits

Author SHA1 Message Date
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
Murray Stokely
c71c4d20f6 Create pgpkeyring.txt as part of the web build. 2001-08-23 08:12:26 +00:00
Andrey A. Chernov
1ad5b4095a ISO_ -> ISO rename 2001-06-11 02:39:07 +00:00
Alexey Zelkin
9e378c66d4 Fix install target executed from ordinal user.
Fix by:		nik
2001-04-27 12:26:17 +00:00
Wolfram Schneider
c37add0cf7 Add forgotten obj target. 2001-04-25 18:43:49 +00:00
Nik Clayton
c67ba5a859 Build the 'html' format, as well as the 'html-split' format. 2001-04-23 07:26:29 +00:00
Nik Clayton
9fbb557a45 An alternative symlink method -- symlink to the directories, rather than
the directory contents.  The previous mechanism didn't work in the presence
of CVS/ directories (which didn't show up in my testing).
2001-04-17 12:18:20 +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