diff options
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -149,6 +149,10 @@ echo "Updating finder-inf.el." | |||
| 149 | (cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) | 149 | (cd lisp; ../src/emacs -batch -l finder -f finder-compile-keywords) |
| 150 | (cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el) | 150 | (cd lisp; ../src/emacs -batch -f batch-byte-compile finder-inf.el) |
| 151 | 151 | ||
| 152 | echo "Making lisp/MANIFEST" | ||
| 153 | |||
| 154 | (cd lisp; head -1 *.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) | ||
| 155 | |||
| 152 | echo "Creating staging directory: \`${tempparent}'" | 156 | echo "Creating staging directory: \`${tempparent}'" |
| 153 | 157 | ||
| 154 | mkdir ${tempparent} | 158 | mkdir ${tempparent} |