CVS scott: really commit Simon's SVG patch.

2007-07-19 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 07/07/19 02:09:54 Modified files: fvwm : menus.c libs : PictureImageLoader.c Log message: really commit Simon's SVG patch.

CVS scott: applied Simon's small fix.

2007-07-19 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 07/07/19 02:36:14 Modified files: . : ChangeLog libs : PictureImageLoader.c Log message: applied Simon's small fix.

Re: html-doc; make distcheck fails

2007-07-19 Thread Dominik Vogt
On Thu, Jul 19, 2007 at 05:16:05PM +1000, Scott Smedley wrote: Hi Dominik, On Thu, Jul 19, 2007 at 12:15:33AM +0200, Dominik Vogt wrote: ... make[1]: Entering directory `/home/luthien/src/fvwm/doc' cp: `./header.html' and `header.html' are the same file make[1]: *** [header.html] Error

CVS domivogt: * Make distcheck fixes.

2007-07-19 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/07/19 04:30:21 Modified files: . : ChangeLog doc: ChangeLog Makefile.am doc/images : Makefile.am doc/images/svg_rendering: Makefile.am

CVS domivogt: * Fixed distclean/distcheck targets.

2007-07-19 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt07/07/19 05:42:20 Modified files: doc: ChangeLog Makefile.am doc/fvwm : Makefile.am doc/images : Makefile.am doc/images/svg_rendering: Makefile.am Log

Re: html-doc; make distcheck fails

2007-07-19 Thread Scott Smedley
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:

Re: html-doc; make distcheck fails

2007-07-19 Thread Dominik Vogt
On Thu, Jul 19, 2007 at 11:32:26PM +1000, Scott Smedley wrote: 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)/$@ $@ +