CVS dane: * Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST

2012-12-30 Thread cvs
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: dane12/12/30 09:24:28

Modified files:
bin: Tag: branch-2_6 Makefile.am 

Log message:
* Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST
without using a variable.  Seems to fix make distcheck2.  Don't know why.




CVS dane: * Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST

2012-12-30 Thread cvs
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: dane12/12/30 09:23:17

Modified files:
bin: Tag: branch-2_6 ChangeLog 

Log message:
* Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST
without using a variable.  Seems to fix make distcheck2.  Don't know why.




CVS dane: * Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST

2012-12-30 Thread cvs
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: dane12/12/30 09:24:28

Modified files:
bin: Tag: branch-2_6 Makefile.am 

Log message:
* Makefile.am (config_DATA): Add fvwm-menu-desktop-config.fpl to EXTRA_DIST
without using a variable.  Seems to fix make distcheck2.  Don't know why.




distcheck issues

2012-12-30 Thread Dan Espen

Hopefully I just fixed the issue with fvwm-menu-desktop-config.fpl.
Not sure why but the issue went away when I spelled out the name instead
of using a variable.

I still get an error:

make[4]: Entering directory 
`/home/dane/fvwm-src/build_version-2_6_1/fvwm-2.6.6/_build/doc/fvwm'
make[4]: *** No rule to make target `../../../doc/fvwm/fvwm.man.xml', needed by 
`fvwm.1'.  Stop

I'm using VPATH, Ie. building outside the package.
When it looks for fvwm.man.xml it prepends $(srcdir) which is still in
the build tree, not the source tree.  Of course fvwm.man.xml is not
there.

Ah the mysteries of automake...

-- 
Dan Espen