Hi Dominik,

> > I notice you made a change to doc/Makefile.am. Did that fix your
> > problem? I'm surprised if it did.
> 
> No, I just reformatted it slightly:

I was referring to this change:

-       @ cp $(srcdir)/$@ $@
+       @cp $(srcdir)/$@ $(top_builddir)/doc/$@

I notice you've changed it to:

%.html: $(srcdir)/$@
        test x"$(top_srcdir)" = x"$(top_builddir)" || \
        cp $(srcdir)/$@ $(top_builddir)/doc/$@

Does this fix your problem?

Scott.

Reply via email to