comparison INSTALL.CVS @ 68587:1438f2238634

mh-autoloads is now a dependency of recompile, no need to remake it manually.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 03 Feb 2006 11:16:45 +0000
parents 6f111b7dd138
children 3c4b171b712c d6f8fe3307c8
comparison
equal deleted inserted replaced
68586:5c6fd061a6f9 68587:1438f2238634
23 $ make 23 $ make
24 24
25 (If you want to install the Emacs binary, type "make install" instead 25 (If you want to install the Emacs binary, type "make install" instead
26 of "make" in the last command.) 26 of "make" in the last command.)
27 27
28 Occasionally the files "lisp/loaddefs.el" or lisp/mh-e/mh-loaddefs.el 28 Occasionally the file "lisp/loaddefs.el" will need be updated to
29 will need be updated to reflect new autoloaded functions. If you see 29 reflect new autoloaded functions. If you see errors about undefined
30 errors about undefined lisp functions during compilation, that may be 30 lisp functions during compilation, that may be the reason. Another
31 the reason. Another symptom may be an error saying that "loaddefs.el" 31 symptom may be an error saying that "loaddefs.el" could not be found;
32 could not be found; this is due to a change in the way loaddefs.el was 32 this is due to a change in the way loaddefs.el was handled in CVS, and
33 handled in CVS, and should only happen once, for users that are 33 should only happen once, for users that are updating old CVS trees.
34 updating old CVS trees.
35 34
36 To update loaddefs.el and mh-loaddefs.el, do: 35 To update loaddefs.el, do:
37 36
38 $ cd lisp 37 $ cd lisp
39 $ make autoloads mh-autoloads EMACS=../src/emacs 38 $ make autoloads EMACS=../src/emacs
40 39
41 If either of the above partial procedures fails, try "make bootstrap". 40 If either of the above partial procedures fails, try "make bootstrap".
42 41
43 Users of non-Posix systems (MS-Windows etc.) should run the 42 Users of non-Posix systems (MS-Windows etc.) should run the
44 platform-specific configuration scripts (nt/configure.bat, config.bat, 43 platform-specific configuration scripts (nt/configure.bat, config.bat,