diff options
| author | Richard M. Stallman | 1994-07-11 20:29:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-11 20:29:09 +0000 |
| commit | 0588a76157987ab96848d53b73c846e9f16e55ac (patch) | |
| tree | fe2d6a0bee1b391da0e7633a277b593a3ae91887 /make-dist | |
| parent | 56d638abf9c516b6db7e846cde940be11b4f8baa (diff) | |
| download | emacs-0588a76157987ab96848d53b73c846e9f16e55ac.tar.gz emacs-0588a76157987ab96848d53b73c846e9f16e55ac.zip | |
Update finder-inf.el.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -121,6 +121,11 @@ fi | |||
| 121 | ### Update getdate.c. | 121 | ### Update getdate.c. |
| 122 | (cd lib-src; make -f Makefile getdate.c YACC="bison -y") | 122 | (cd lib-src; make -f Makefile getdate.c YACC="bison -y") |
| 123 | 123 | ||
| 124 | echo "Updating finder-inf.el." | ||
| 125 | |||
| 126 | ### update finder-inf.el. | ||
| 127 | (cd src; emacs -batch -l finder -f finder-compile-keywords) | ||
| 128 | |||
| 124 | echo "Creating staging directory: \`${tempparent}'" | 129 | echo "Creating staging directory: \`${tempparent}'" |
| 125 | 130 | ||
| 126 | mkdir ${tempparent} | 131 | mkdir ${tempparent} |