Re: make clean for DocBook

2007-04-13 Thread Sam Ravnborg
On Fri, Apr 13, 2007 at 02:03:37PM -0700, Randy Dunlap wrote: > On Fri, 13 Apr 2007 21:32:50 +0200 Sam Ravnborg wrote: > > > > > > > > > > > > > And we will visit DocBook with mrproper - but not clean. > > > > I have no stron opinion when to delete generated files in DocBook. > > > > > > OK, th

Re: make clean for DocBook

2007-04-13 Thread Randy Dunlap
On Fri, 13 Apr 2007 21:32:50 +0200 Sam Ravnborg wrote: > > > > > > > > > And we will visit DocBook with mrproper - but not clean. > > > I have no stron opinion when to delete generated files in DocBook. > > > > OK, that's fine, thanks for the info... > > but trying 'make mrproper' gives me: > >

Re: make clean for DocBook

2007-04-13 Thread Sam Ravnborg
> > > > > > And we will visit DocBook with mrproper - but not clean. > > I have no stron opinion when to delete generated files in DocBook. > > OK, that's fine, thanks for the info... > but trying 'make mrproper' gives me: > > make -f scripts/Makefile.clean obj=Documentation/DocBook > make -f s

Re: make clean for DocBook

2007-04-13 Thread Randy Dunlap
On Fri, 13 Apr 2007 18:41:42 +0200 Sam Ravnborg wrote: > On Fri, Apr 13, 2007 at 09:06:58AM -0700, Randy Dunlap wrote: > > Hi Sam, > > > > 'make clean' doesn't seem to descend into Documentation/DocBook/. > > At least 'make V=1 clean' doesn't show me any references in DocBook. > > > > I guess th

Re: make clean for DocBook

2007-04-13 Thread Sam Ravnborg
On Fri, Apr 13, 2007 at 09:06:58AM -0700, Randy Dunlap wrote: > Hi Sam, > > 'make clean' doesn't seem to descend into Documentation/DocBook/. > At least 'make V=1 clean' doesn't show me any references in DocBook. > > I guess that this is because DocBook doesn't have anything that > qualifies in o

make clean for DocBook

2007-04-13 Thread Randy Dunlap
Hi Sam, 'make clean' doesn't seem to descend into Documentation/DocBook/. At least 'make V=1 clean' doesn't show me any references in DocBook. I guess that this is because DocBook doesn't have anything that qualifies in obj-y/m/n and subdir-y/m/n. (?) Do you have any recommendations for this?