>>>> "GE" == Gunnar Evermann
<ge204(a)eng.cam.ac.uk> writes:
GE> What is the correct way to rebuild lisp/auto-autoloads.el these days?
GE> The one in CVS 21.2 cotains lines like:
GE> ;;;### (autoloads (x-win-init-xfree86) "x-win-xfree86"
"lisp/x-win-xfree86.el")
GE> ;;;### (autoloads (about-xemacs) "about" "lisp\\about.el")
The 21.2 buildmaster (that would be me!) is supposed to guarantee that
this sort of thing doesn't happen, at least at beta release time.
GE> why are there two different kinds of directory separators?
Because these look different when generated on Windows and on Unix.
The Windows people (that would not be me!) should fix this so that the
'/' directory separator is used when the autoloads are generated.
GE> If I'd like to make changes is it ok to just run 'make autoloads' (on
GE> Unix) and check in the result?
Please don't. I'll try to automate the problem away. Kick me if the
problem still exists when I release the next beta.
Martin