On Tue, Nov 13, 2007 at 02:51:42PM +0100, Pavel Sanda wrote:
> > Pavel Sanda wrote:
> >> hi, trunk has some problems now.
> >
> > Sorry, I'll correct that. It's weird that MSVC didn't choke...
> 
> which is not the end of my troubles:
> make[2]: Entering directory `/home/paf/mac/ledpar/lib'
> make[2]: *** No rule to make target `layouts/url.module', needed by `all-am'. 
>  Stop.
> 
> pavel

Sorry that's my doing I suppose. url.module has gone. Try following
patch.

- Martin

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 21402)
+++ Makefile.am	(working copy)
@@ -1048,8 +1048,7 @@
 	layouts/theorems-withinsec.module \
 	layouts/tarticle.layout \
 	layouts/tbook.layout \
-	layouts/treport.layout \
-	layouts/url.module
+	layouts/treport.layout
 
 scriptsdir = $(pkgdatadir)/scripts
 # Note that we "chmod 755" manually these files in install-data-hook.

Reply via email to