Ville Skyttä <ville.skytta(a)xemacs.org> writes:
On Sun, 2002-06-09 at 21:37, Simon Josefsson wrote:
> > I was trying to create a package from docbookide for inclusion in
> > Simon's unofficial packages site, and found out that "make
bindist"
> > fails in case Custom-make-dependencies does not find anything and hence
> > doesn't create the custom-load.el file, here's what I got:
[...]
> I had this problem as well, I simply removed "custom-load.el" from the
> Makefile.
Ahem, maybe I should have really _looked_ at the Makefile :]
But I think it is a poor solution -- you shouldn't have to update the
Makefile if someone fixes the elisp to use customize. Could the code
that generates custom-load.el touch the file so it at least exists?
Would that work?