diff options
| author | Richard M. Stallman | 1997-05-12 00:53:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-12 00:53:45 +0000 |
| commit | e888d4496e285281f95f3c8451117e6dd2d85bc2 (patch) | |
| tree | 08d076e0caac9832a70382e7e39cf0523da26f59 /make-dist | |
| parent | f83a4f351961d45385852594ec9991801af2702e (diff) | |
| download | emacs-e888d4496e285281f95f3c8451117e6dd2d85bc2.tar.gz emacs-e888d4496e285281f95f3c8451117e6dd2d85bc2.zip | |
Use the new `updates' target in lisp/Makefile.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 12 |
1 files changed, 2 insertions, 10 deletions
| @@ -173,21 +173,13 @@ then | |||
| 173 | 173 | ||
| 174 | (cd man; make info) | 174 | (cd man; make info) |
| 175 | 175 | ||
| 176 | echo "Updating finder-inf.el" | ||
| 177 | |||
| 178 | (cd lisp; make finder-data) | ||
| 179 | |||
| 180 | echo "Recompiling Lisp files" | 176 | echo "Recompiling Lisp files" |
| 181 | 177 | ||
| 182 | $EMACS -batch -f batch-byte-recompile-directory lisp | 178 | $EMACS -batch -f batch-byte-recompile-directory lisp |
| 183 | 179 | ||
| 184 | echo "Updating autoloads" | 180 | echo "Updating finder, custom and autoload data" |
| 185 | |||
| 186 | (cd lisp; make autoloads) | ||
| 187 | |||
| 188 | echo "Updating cus-load.el" | ||
| 189 | 181 | ||
| 190 | (cd lisp; make custom-deps) | 182 | (cd lisp; make updates) |
| 191 | fi | 183 | fi |
| 192 | 184 | ||
| 193 | echo "Making lisp/MANIFEST" | 185 | echo "Making lisp/MANIFEST" |