On Monday 10 August 2009 18:59:51 Tom Lane wrote:
> After doing "make" then "make distclean" in doc/src/sgml, I see the
> following undesirable files left behind:
>
> -rw-rw-r-- 1 tgl tgl 58 Aug 10 11:51 version.sgml
> -rw-rw-r-- 1 tgl tgl 38548 Aug 10 11:51 features-unsupported.sgml
> -rw-rw-r-- 1 tgl tgl 42014 Aug 10 11:51 features-supported.sgml
> -rw-rw-r-- 1 tgl tgl 345398 Aug 10 11:52 HTML.index
> -rw-rw-r-- 1 tgl tgl 298859 Aug 10 11:52 bookindex.sgml
> -rw-rw-r-- 1 tgl tgl 0 Aug 10 11:53 html-stamp
>
> I would argue that both "make clean" and "make distclean" should remove
> these.
OK, I fixed that, but html-stamp has to stay to keep the dependencies
satisfied. (Well, there are alternatives. We could make the whole thing
depend on html/index.html or whatever.)
> Also, we seem to need .cvsignore entries for the html/ and manN/
> subdirectories. IMO the policy for .cvsignore is that anything
> intentionally left behind by make distclean is to be cvsignore'd.
Fixed.
In response to
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2009-08-11 22:27:34 |
| Subject: Alpha 1 release notes |
| Previous: | From: Alvaro Herrera | Date: 2009-08-11 22:19:21 |
| Subject: TODO item: Allow more complex user/database default GUC settings |
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2009-08-11 23:06:04 |
| Subject: Re: Re: pgindent timing (was Re: [COMMITTERS]
pgsql: Refactor NUM_cache_remove calls in error report path to a
PG_TRY) |
| Previous: | From: Peter Eisentraut | Date: 2009-08-11 22:22:15 |
| Subject: pgsql: Add .cvsignore entries for documentation files |