diff options
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -204,7 +204,11 @@ then | |||
| 204 | 204 | ||
| 205 | echo "Updating finder, custom and autoload data" | 205 | echo "Updating finder, custom and autoload data" |
| 206 | 206 | ||
| 207 | (cd lisp; make updates) | 207 | (cd lisp; make updates EMACS=$EMACS) |
| 208 | |||
| 209 | echo "Updating leim-list.el" | ||
| 210 | |||
| 211 | (cd leim; make leim-list.el EMACS=$EMACS) | ||
| 208 | fi | 212 | fi |
| 209 | 213 | ||
| 210 | echo "Making lisp/MANIFEST" | 214 | echo "Making lisp/MANIFEST" |