Date: Sun, 4 May 2003 13:29:30 +0400 (MSD) From: Dmitry Morozovsky <marck@rinet.ru> To: Murray Stokely <murray@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: doc/share/mk doc.docbook.mk doc.project.mk Message-ID: <20030504132827.G29874@woozle.rinet.ru> In-Reply-To: <20030504130818.S29874@woozle.rinet.ru> References: <200305040451.h444p9p2017132@repoman.freebsd.org> <20030504130818.S29874@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 4 May 2003, Dmitry Morozovsky wrote: DM> MS> Modified files: DM> MS> share/mk doc.docbook.mk doc.project.mk DM> MS> Log: DM> MS> Add an ispell-based "spellcheck" target to the doc build DM> MS> infrastructure. DM> DM> It seems you break `make release': now you need w3m to make doc tree. Oh, and I forgot devel/boehm-gc. Second patch should look like: Index: release/Makefile.inc.docports =================================================================== RCS file: /home/ncvs/src/release/Makefile.inc.docports,v retrieving revision 1.1.2.10 diff -u -r1.1.2.10 Makefile.inc.docports --- release/Makefile.inc.docports 4 May 2003 04:13:19 -0000 1.1.2.10 +++ release/Makefile.inc.docports 4 May 2003 09:28:22 -0000 @@ -24,6 +24,7 @@ ports/archivers/unzip \ ports/converters/libiconv \ ports/devel/bison \ + ports/devel/boehm-gc \ ports/devel/gettext \ ports/devel/gmake \ ports/devel/libtool \ @@ -60,7 +61,8 @@ ports/textproc/sgmlformat \ ports/textproc/xhtml \ ports/www/links1 \ - ports/www/tidy + ports/www/tidy \ + ports/www/w3m .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 ) MINIMALDOCPORTS+= ports/textproc/sed_inplace .endif Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030504132827.G29874>