From owner-freebsd-doc Wed Apr 12 14:25:21 2000 Delivered-To: freebsd-doc@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 8444837B9A6 for ; Wed, 12 Apr 2000 14:25:05 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.22 2000/04/06 17:58:51 dmccart Exp $) with ESMTP id OAA13072 for ; Wed, 12 Apr 2000 14:25:04 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id OAA03285 for ; Wed, 12 Apr 2000 14:24:53 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id RAA17923; Wed, 12 Apr 2000 17:25:04 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14580.59823.854335.145980@hip186.ch.intel.com> Date: Wed, 12 Apr 2000 14:25:03 -0700 (MST) To: doc@freebsd.org Subject: change to Makefile (was fwd: Re: Tracking docs along with -stable) X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've copied this to -doc (from -stable) along with a patch to the top-level Makefile. I know that a little RTFM'ing will result in somebody finding out about the docproj meta-port, but wouldn't it be a good idea to include this in the top-level Makefile? That way, if somebody was RTFM'ing around in the doc sources and Makefiles themselves, they might find this with less effort. Please consider commiting this patch (or a modified-to-your-taste version) to the top-level Makefile in /usr/doc: --- Makefile.orig Wed Apr 12 14:14:30 2000 +++ Makefile Wed Apr 12 14:21:17 2000 @@ -2,7 +2,20 @@ # # The user can override the default list of languages to build and install # with the DOC_LANG variable. +# +# Several applications are needed to build the various views of the docs +# from their sources. All of the necessary programs can be built and installed +# by installing the 'docproj' meta-port. +# +# cd /usr/ports/textproc/docproj +# make install +# +# For more information about the FreeBSD Documentation Project (FDP) and how +# you can contribute, please visit +# +# http://www.freebsd.org/docproj/docproj.html # + .if defined(DOC_LANG) && !empty(DOC_LANG) SUBDIR = ${DOC_LANG} .else ------- start of forwarded message ------- From: Vivek Khera Subject: Re: Tracking docs along with -stable To: freebsd-stable@freebsd.org Date: Wed, 12 Apr 2000 14:38:42 -0400 (EDT) >>>>> "j" == jreynold writes: j> docproj is a "meta port" which will install everything need to compile docs. Man, I wish I knew about that before trying to compile the docs and adding one piece of ports at a time... ;-) Thanks for the note! I wish that were in a README in the doc sources... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-301-545-6996 PGP & MIME spoken here http://www.kciLink.com/home/khera/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message ------- end of forwarded message ------- -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message