From owner-freebsd-doc Fri Feb 14 04:17:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA29257 for doc-outgoing; Fri, 14 Feb 1997 04:17:04 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA29221; Fri, 14 Feb 1997 04:16:48 -0800 (PST) Received: from ole.cs.tu-berlin.de (wosch@ole.cs.tu-berlin.de [130.149.22.3]) by mail.cs.tu-berlin.de (8.8.5/8.8.5) with ESMTP id NAA04366; Fri, 14 Feb 1997 13:16:44 +0100 (MET) From: Wolfram Schneider Received: (from wosch@localhost) by ole.cs.tu-berlin.de (8.8.5/8.8.4) id NAA07751; Fri, 14 Feb 1997 13:16:43 +0100 (MET) Date: Fri, 14 Feb 1997 13:16:43 +0100 (MET) Message-Id: <199702141216.NAA07751@ole.cs.tu-berlin.de> To: John Fieber Cc: doc@freebsd.org, www@freebsd.org Subject: Re: cvs commit: src/share/mk bsd.doc.mk In-Reply-To: References: <199702140114.CAA00906@campa.panke.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Fieber writes: >On Fri, 14 Feb 1997, Wolfram Schneider wrote: > >> I made a snapshot of the (Free-/4.4)BSD documentation in HTML, see >> http://www.de.freebsd.org/~wosch/doc/ > >Would you be interested in making this a normal part of the web >pages? If it is more or less a "make PRINTERDEVICE=html" it >should be fairly trivial, Yes, it was basically a 'make PRINTERDEVICE=html' and a 'make PRINTERDEVICE=html DESTDIR=/foo -k install' http://www.de.freebsd.org/~wosch/doc/ is 4MB big (gzip'd 1MB). Some documents should be changed so unroff split them in smaller parts and create a table of contents. E.g. http://www.de.freebsd.org/~wosch/doc/papers/malloc.html looks nice and http://www.de.freebsd.org/~wosch/doc/psd/21.ipc/paper.html is 150KB large and bad formatted ;-( >although the cvs updates of the www >build directory are a bit bizzare because there is stuff checked >out from different places in the repository. Right, the SRCDIR= ${.CURDIR}/../../../../bin/csh/USD.doc etc. is a problem, I did a $ cvs co `find share/doc -name Makefile | xargs egrep SRCDIR= | awk '{print $NF}' | sed 's/.*\.\.\///' | sort -u | grep / ` to checkout bin/csh/USD.doc etc. directories. Wolfram