Re: make maintainer-clean dies in doc

2004-06-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars? testing and fixing. (or so I hope...) An actual failure message would be nice... (you might after all see something different from me...) -- Lgb

make maintainer-clean dies in doc

2004-06-02 Thread Angus Leeming
Lars? -- Angus

Re: Qt and make maintainer-clean

2002-10-17 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Here's the patch that does it at the "distclean" level. > | Ok to apply? Yes I believe so. -- Lgb

Re: Qt and make maintainer-clean

2002-10-17 Thread Angus Leeming
Here's the patch that does it at the "distclean" level. Ok to apply? Angus On Thursday 17 October 2002 10:23 am, Angus Leeming wrote: > Presumably these files should be removed? > > If so, by "maintainer-clean" or "distclean" ? > > Angus > > src/frontends/qt2/moc: > BulletsModule_moc.C

Qt and make maintainer-clean

2002-10-17 Thread Angus Leeming
Presumably these files should be removed? If so, by "maintainer-clean" or "distclean" ? Angus src/frontends/qt2/moc: BulletsModule_moc.CQtView_moc.C FileDialog_private_moc.C Toolbar_pimpl_moc.C QBrowseBox_moc.C emptytable_moc.C QCommandBuffer_moc.C iconpalette_moc.C Q

Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 12:38 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | So, no. > | Two separate rm commands are needed. > | > >> maintainer-clean work perfectly for me. > | > | That's because you wrote it for your box. > > Does this patch work for you? Yes.

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | So, no. | Two separate rm commands are needed. > >> maintainer-clean work perfectly for me. | That's because you wrote it for your box. Does this patch work for you? Index: Makefile.am ==

Re: make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
On Thursday 25 April 2002 11:59 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | when suing a build tree separate from the source tree, I'd expect that > | make maintainer-clean > | would result in a build tree empty of all files. However

Re: make maintainer-clean suggestion

2002-04-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | when suing a build tree separate from the source tree, I'd expect that | make maintainer-clean | would result in a build tree empty of all files. However, I find I must add: > | rm -rf lib/xfonts | rm -f src/frontends/qt2/moc/*

make maintainer-clean suggestion

2002-04-25 Thread Angus Leeming
when suing a build tree separate from the source tree, I'd expect that make maintainer-clean would result in a build tree empty of all files. However, I find I must add: rm -rf lib/xfonts rm -f src/frontends/qt2/moc/*.C rm -f src/frontends/qt2/xforms/*.[Ch] to achieve this. Could

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 08:19:04PM +0200, Lars Gullik Bjønnes wrote: > | No, it's a real file that gets compiled written with own two fair hands > | .. > > ok, where is the emptytable_moc.h comming from then? Oh, hmm, don't know. I'll look what's going on when I can. john -- "I never underst

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 05:12:49PM +0200, Lars Gullik Bjønnes wrote: > >> | This is just a normal source file, I'm not sure why you want it in >> | EXTRA_DIST ?? >> >> Is it a normal source file that gets compiled or is it only used to >> create the empty

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 05:12:49PM +0200, Lars Gullik Bjønnes wrote: > | This is just a normal source file, I'm not sure why you want it in > | EXTRA_DIST ?? > > Is it a normal source file that gets compiled or is it only used to > create the emptytable_moc.h file? No, it's a real file that get

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these | Lars> should no longer be present after I &quo

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: >> and emptytable.h (++) should the me named in EXTRA_DIST? > | This is just a normal source file, I'm not sure why you want it in | EXTRA_DIST ?? Is it a normal source file that gets compiled or is it only used to create the emptytable_moc.h file? >> | Pl

Re: make maintainer-clean

2002-04-15 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these Lars> should no longer be present after I "make | maintainer-clean"... >> Lars> | Angus >>

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 04:01:43PM +0200, Lars Gullik Bjønnes wrote: > >> | src/frontends/qt2/moc: > >> | FileDialog_private_moc.C emptytable_moc.C > >> | Qt2Base_moc.C lengthcombo_moc.C > >> > | Not since you nuked them. They are necessary for a build however. > > so they should

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 03:41:56PM +0200, Lars Gullik Bjønnes wrote: > >> | src/frontends/qt2/moc: >> | FileDialog_private_moc.C emptytable_moc.C >> | Qt2Base_moc.C lengthcombo_moc.C >> >> And these files are used? > | Not since you nuked t

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 03:41:56PM +0200, Lars Gullik Bjønnes wrote: > | src/frontends/qt2/moc: > | FileDialog_private_moc.C emptytable_moc.C > | Qt2Base_moc.C lengthcombo_moc.C > > And these files are used? Not since you nuked them. They are necessary for a build however. Pleas

Re: make maintainer-clean

2002-04-15 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I belive that these should no longer be present after I "make | maintainer-clean"... > | Angus > | lib/xfonts: | cmex10.pfb@ cmr10.pfb@eufm10.pfb@ fonts.scale msbm10.pfb@ | cmmi10.pfb@ cmsy10.pfb@ fonts.d

Re: make maintainer-clean

2002-04-15 Thread John Levon
On Mon, Apr 15, 2002 at 11:51:32AM +0100, Angus Leeming wrote: > src/frontends/qt2/moc: > FileDialog_private_moc.C emptytable_moc.C > Qt2Base_moc.C lengthcombo_moc.C You're right, but I haven't had time to try upgrading automake or whatever so I can actually even attempt to build

make maintainer-clean

2002-04-15 Thread Angus Leeming
I belive that these should no longer be present after I "make maintainer-clean"... Angus lib/xfonts: cmex10.pfb@ cmr10.pfb@eufm10.pfb@ fonts.scale msbm10.pfb@ cmmi10.pfb@ cmsy10.pfb@ fonts.dir msam10.pfb@ src/frontends/qt2/moc: FileDialog_private_moc.C emptyt

Re: make maintainer-clean error

2002-03-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | It looks we shouldn't clean . until we've cleaned everything else! | Angus > | aleem@pneumon:devel-> make maintainer-clean | Making maintainer-clean in . | make[1]: Entering directory `/usr/users/aleem/OTHERS_CODE/lyx/devel

make maintainer-clean error

2002-03-05 Thread Angus Leeming
It looks we shouldn't clean . until we've cleaned everything else! Angus aleem@pneumon:devel-> make maintainer-clean Making maintainer-clean in . make[1]: Entering directory `/usr/users/aleem/OTHERS_CODE/lyx/devel' test -z "./Makefile.in ./aclocal.m4 ./configure