Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 81FF5650142 for ; Sat, 16 Aug 2008 15:05:58 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 46448-10 for ; Sat, 16 Aug 2008 15:05:56 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from gattler.pezone.net (eisentraut.org [85.214.91.16]) by postgresql.org (Postfix) with ESMTP id D6DBC65008C for ; Sat, 16 Aug 2008 15:05:57 -0300 (ADT) Received: from vanquo.local (hoasnet-fe14dd00-234.dhcp.inet.fi [80.221.20.234]) by gattler.pezone.net (Postfix) with ESMTP id CC66915F04BA; Sat, 16 Aug 2008 18:05:56 +0000 (UTC) From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: TODO build rule Date: Sat, 16 Aug 2008 21:04:34 +0300 User-Agent: KMail/1.9.9 Cc: Bruce Momjian References: <200808160022.m7G0M9u28854@momjian.us> In-Reply-To: <200808160022.m7G0M9u28854@momjian.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808162104.34559.peter_e@gmx.net> X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200808/8 X-Sequence-Number: 4948 On Saturday 16 August 2008 03:22:09 Bruce Momjian wrote: > Peter Eisentraut wrote: > > I tried building TODO.html from TODO according to the description in > > doc/src/FAQ/README, but saw the following kind of difference repeating: > > Apparently, there is a piece of code missing that adds these tags > > around the done items. Bruce, do you have this code, and can you add it > > to the README? > > These two lines in pgsql/src/tools/TODO2html should be adding "*"s which > is then interpreted as "": So there are two inconsistent sets of instructions for creating TODO.html, one in doc/src/FAQ/README and one in src/tools/TODO2html. Which one is being used? I want to convert the real one to a makefile, btw.