Makefile.am typo?

2004-11-30 Thread Angus Leeming
Is '.' really a SUBDIR? It is defined as such only in these two Makefile.ams. ./src/Makefile.am: SUBDIRS = mathed insets graphics support frontends . client tex2lyx ./src/frontends/qt2/ui/Makefile.am: SUBDIRS = . moc -- Angus

Re: Makefile.am typo?

2004-11-30 Thread John Levon
On Tue, Nov 30, 2004 at 08:59:28PM +, Angus Leeming wrote: Is '.' really a SUBDIR? It is defined as such only in these two Makefile.ams. It's an ordering thing, it means make here before you descend. john

Re: Makefile.am typo?

2004-11-30 Thread Angus Leeming
John Levon wrote: Is '.' really a SUBDIR? It is defined as such only in these two Makefile.ams. It's an ordering thing, it means make here before you descend. Ahhh. Thanks. -- Angus

Makefile.am typo?

2004-11-30 Thread Angus Leeming
Is '.' really a SUBDIR? It is defined as such only in these two Makefile.ams. ./src/Makefile.am: SUBDIRS = mathed insets graphics support frontends . client tex2lyx ./src/frontends/qt2/ui/Makefile.am: SUBDIRS = . moc -- Angus

Re: Makefile.am typo?

2004-11-30 Thread John Levon
On Tue, Nov 30, 2004 at 08:59:28PM +, Angus Leeming wrote: > Is '.' really a SUBDIR? It is defined as such only in these two > Makefile.ams. It's an ordering thing, it means "make here before you descend". john

Re: Makefile.am typo?

2004-11-30 Thread Angus Leeming
John Levon wrote: >> Is '.' really a SUBDIR? It is defined as such only in these two >> Makefile.ams. > > It's an ordering thing, it means "make here before you descend". Ahhh. Thanks. -- Angus

Re: Small Makefile.am typo

2003-09-27 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | +++ src/support/Makefile.am 2003/09/27 01:29:37 | @@ -27,7 +27,7 @@ | copy.C \ | copied_ptr.h \ | cow_ptr.h \ | - debugstream,h \ | + debugstream.h \ | filename.C \ | filename.h \ | filetools.C \ Oops...

Re: Small Makefile.am typo

2003-09-27 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | +++ src/support/Makefile.am 2003/09/27 01:29:37 | @@ -27,7 +27,7 @@ | copy.C \ | copied_ptr.h \ | cow_ptr.h \ | - debugstream,h \ | + debugstream.h \ | filename.C \ | filename.h \ | filetools.C \

Small Makefile.am typo

2003-09-26 Thread Kayvan A. Sylvan
In src/support/Makefile.am -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92) Index: src/support/Makefile.am

Small Makefile.am typo

2003-09-26 Thread Kayvan A. Sylvan
In src/support/Makefile.am -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: src/support/Makefile.am