Date: Thu, 25 Jul 2002 12:47:58 -0600 From: Amar Takhar <verm@drunkmonk.net> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/40913: fix port: cad/pcb Message-ID: <20020725184758.GA37678@drunkmonk.net> In-Reply-To: <200207230340.g6N3e4q4056957@freefall.freebsd.org> References: <200207230338.g6N3cfh6059256@jolly.drunkmonk.net> <200207230340.g6N3e4q4056957@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020725184758.GA37678>