From owner-freebsd-doc@FreeBSD.ORG Thu Mar 27 14:06:49 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F2D37B407; Thu, 27 Mar 2003 14:06:49 -0800 (PST) Received: from mf2.bredband.net (mf2.bredband.net [195.54.106.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD2943FBF; Thu, 27 Mar 2003 14:06:40 -0800 (PST) (envelope-from mk-freebsd@bredband.net) Received: from c-6d3a70d5.036-23-6f72652.cust.bredbandsbolaget.se ([213.112.58.109]) by mf2.bredband.net with ESMTP <20030327220638.NBIX273.mf2@c-6d3a70d5.036-23-6f72652.cust.bredbandsbolaget.se>; Thu, 27 Mar 2003 23:06:38 +0100 Received: from c-6d3a70d5.036-23-6f72652.cust.bredbandsbolaget.se (localhost [127.0.0.1])with ESMTP id h2RM6dIu010728; Thu, 27 Mar 2003 23:06:39 +0100 (CET) (envelope-from mk-freebsd@bredband.net) Received: (from martink@localhost) (8.12.8/8.12.8/Submit) id h2RM6XqS010706; Thu, 27 Mar 2003 23:06:33 +0100 (CET) (envelope-from mk-freebsd@bredband.net) Date: Thu, 27 Mar 2003 23:06:33 +0100 From: Martin Karlsson To: Tom Rhodes Message-ID: <20030327220633.GA81805@c-6d3a70d5.bredbandsbolaget.se> Mail-Followup-To: Martin Karlsson , Tom Rhodes , FreeBSD-doc@freebsd.org References: <20030327130941.35104ed8.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20030327130941.35104ed8.trhodes@FreeBSD.org> X-Powered-by: FreeBSD X-PGP-Keyid: 9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-PGP-Key: http://www.krutov.org/martin_karlsson.asc User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-26.0 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD-doc@freebsd.org Subject: Re: Why does cvsup drop doc in /usr/doc X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 22:06:51 -0000 * Tom Rhodes [2003-03-27 13.09 -0500]: > Hey team, Hello, > I've got an interesting or wierd question. Why does the cvsup application > drop the docs in /usr/doc instead of /usr/share/doc. > > Now I understand that the documentation from the release installs > there, and cvsup keeps track of checked out versions. But can't > we just drop doc/ into that directory? This way those which want > to cvsup and update the doc don't get a copy in both places. I'm not sure I understand you correctly here: a copy in both places? There are no HTML docs in /usr/doc (except when running make), and no SGML sources in /usr/share/doc. Or am I wrong in this? The doc sources are fetched to /usr/doc. If I cd to that dir and run make clean && make all install (for example), the output (i.e. the formatted docs) can then be found in /usr/share/doc. I probably misunderstood your question though. :) [...snip...] Best regards, -- Martin Karlsson