On Thu, 2001-11-01 at 18:06, James Henstridge wrote:
jacob berkman wrote:
On Tue, 2001-10-30 at 23:10, Gnome CVS User wrote:
* doc/Makefile.am: remove update-libglade crack, as it breaks the
distcheck.
how does it break distcheck? is it only on automake 1.5? it works fine
for me with the update-libglade "crack" with automake 1.4p5.
You added update-libglade to the EXTRA_DIST variable, which is a non
existant file (nor any rules to build it, or reasons to include it in
the tarball). When doing a make distcheck, it tried to copy the file to
the distdir, but failed, which caused the failure.
oh - i guess i forgot to add it to .PHONY. does the attached patch
work?