Date: Wed, 12 Apr 2000 14:25:03 -0700 (MST) From: John Reynolds~ <jreynold@sedona.ch.intel.com> To: doc@freebsd.org Subject: change to Makefile (was fwd: Re: Tracking docs along with -stable) Message-ID: <14580.59823.854335.145980@hip186.ch.intel.com>
next in thread | raw e-mail | index | archive | help
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 <khera@kcilink.com> Subject: Re: Tracking docs along with -stable To: freebsd-stable@freebsd.org Date: Wed, 12 Apr 2000 14:38:42 -0400 (EDT) >>>>> "j" == jreynold <John> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14580.59823.854335.145980>