From owner-freebsd-doc Tue Oct 15 14:54:37 2002 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 D9C1F37B401 for ; Tue, 15 Oct 2002 14:54:35 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD1E43E6E for ; Tue, 15 Oct 2002 14:54:35 -0700 (PDT) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021015215434.OMZS24958.sccrmhc03.attbi.com@localhost.localdomain> for ; Tue, 15 Oct 2002 21:54:34 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.5) with ESMTP id g9FLvYUW017063 for ; Tue, 15 Oct 2002 14:57:34 -0700 (PDT) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.5/Submit) id g9FLvSi9017060; Tue, 15 Oct 2002 14:57:28 -0700 (PDT) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: freebsd-doc@freebsd.org Subject: Curious doc/en*/Makefile Checkout/Delete cycling by cvsup From: swear@attbi.com (Gary W. Swearingen) Date: 15 Oct 2002 14:57:28 -0700 Message-ID: <4zlm4z74c7.m4z@localhost.localdomain> Lines: 33 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've got a few-days-old 4.7 and current ports and doc distributions. My built ports are up to date. My doc "make" failed because doc/en/Makefile was missing. I noticed a week ago or so and again today that alternating runs of cvsup alternately create and delete three files: ... Updating collection doc-all/cvs Checkout doc/en_US.ISO8859-1/Makefile Checkout doc/en_US.ISO8859-1/share/sgml/bookinfo.ent Checkout doc/en_US.ISO8859-1/share/sgml/legalnotice.sgml ... Updating collection doc-all/cvs Delete doc/en/Makefile Delete doc/en/share/sgml/bookinfo.ent Delete doc/en/share/sgml/legalnotice.sgml ... Anyone go any ideas what's wrong? Second problem: So I run cvsup again and do 'make "html txt"' and get ... /usr/local/bin/links -dump article.html-text > article.txt Unknown option -dump *** Error code 3 ... Port "links" is current and while it's manual refers to a "-dump" option, it doesn't document the option and the program complains about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message