...
make[1]: Entering directory `/home/luthien/src/fvwm/doc'
cp: `./header.html' and `header.html' are the same file
make[1]: *** [header.html] Error 1
make[1]: Leaving directory `/home/luthien/src/fvwm/doc'
make: *** [distdir] Error 1

This line from doc/Makefile.am is responsible:

  %.html: $(srcdir)/$@
          @cp $(srcdir)/$@ $@

In a normal build environment, the top_builddir and the srcdir are
the same, do the cp fails.  I'm not sure how this is all meant,
but if the file comes from CVS it is not built and should not be
copied to the top_builddir.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, dominik.vogt (at) gmx.de

Attachment: signature.asc
Description: Digital signature

Reply via email to