From owner-freebsd-ports Thu Jul 25 11:48: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130B337B400; Thu, 25 Jul 2002 11:48:01 -0700 (PDT) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [66.37.140.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE3143E4A; Thu, 25 Jul 2002 11:48:00 -0700 (PDT) (envelope-from verm@jolly.drunkmonk.net) Received: from jolly.drunkmonk.net (verm@localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.3/8.12.3) with ESMTP id g6PIlx9H037844 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 25 Jul 2002 12:47:59 -0600 (MDT) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.3/8.12.1/Submit) id g6PIlxlc037843; Thu, 25 Jul 2002 12:47:59 -0600 (MDT) Date: Thu, 25 Jul 2002 12:47:58 -0600 From: Amar Takhar To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40913: fix port: cad/pcb Message-ID: <20020725184758.GA37678@drunkmonk.net> References: <200207230338.g6N3cfh6059256@jolly.drunkmonk.net> <200207230340.g6N3e4q4056957@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207230340.g6N3e4q4056957@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org doh, when i sent this in i didn't know i hadn't installed texi2html! After trying it again i saw where it was broken, the following patch fixes the error, also in the Makefile index.html needs to be removed, and from pkg-plist. amar. --- doc/Imakefile.orig Wed May 13 06:29:09 1998 +++ doc/Imakefile Thu Jul 25 14:37:58 2002 @@ -58,8 +58,7 @@ pcb.html: pcb.texi @echo "creating $@ file" - @texi2html -glossary -menu pcb.texi - @mv pcb_toc.html index.html + @texi2html -menu pcb.texi refcard.tex: refcard.tex.raw sed.script @echo "creating refcard.tex from raw file" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message