diff options
| author | Richard M. Stallman | 1997-04-11 19:41:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-11 19:41:28 +0000 |
| commit | 4f23c69269fa69eb92a567ef7dc458e6e5916473 (patch) | |
| tree | c99d6a0a2e1d538af34bcdadd1204e0ecbba05fb | |
| parent | 009368b9662da0b6c96b1f612179ad9386a5cf12 (diff) | |
| download | emacs-4f23c69269fa69eb92a567ef7dc458e6e5916473.tar.gz emacs-4f23c69269fa69eb92a567ef7dc458e6e5916473.zip | |
Use Make to update finder-inf.el and autoloads.
Also update cus-load.el.
| -rwxr-xr-x | make-dist | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -172,7 +172,7 @@ then | |||
| 172 | 172 | ||
| 173 | echo "Updating finder-inf.el" | 173 | echo "Updating finder-inf.el" |
| 174 | 174 | ||
| 175 | (cd lisp; $EMACS -batch -l finder -f finder-compile-keywords-make-dist) | 175 | (cd lisp; make finder-inf.el)) |
| 176 | 176 | ||
| 177 | echo "Recompiling Lisp files" | 177 | echo "Recompiling Lisp files" |
| 178 | 178 | ||
| @@ -180,7 +180,11 @@ then | |||
| 180 | 180 | ||
| 181 | echo "Updating autoloads" | 181 | echo "Updating autoloads" |
| 182 | 182 | ||
| 183 | $EMACS -batch -f batch-update-autoloads lisp | 183 | (cd lisp; make autoloads) |
| 184 | |||
| 185 | echo "Updating cus-load.el" | ||
| 186 | |||
| 187 | (cd lisp; make cus-load.el) | ||
| 184 | fi | 188 | fi |
| 185 | 189 | ||
| 186 | echo "Making lisp/MANIFEST" | 190 | echo "Making lisp/MANIFEST" |