diff options
| author | Karl Heuer | 1995-11-02 23:26:19 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-11-02 23:26:19 +0000 |
| commit | f07eebe05f80dfabbd7ef1a942653bc9d8bfcfda (patch) | |
| tree | ced23a71ecc5f667024422548ccffabc3226c6ac /make-dist | |
| parent | 483a5ec09ebdb7f42584d6b274ffa92e543b4383 (diff) | |
| download | emacs-f07eebe05f80dfabbd7ef1a942653bc9d8bfcfda.tar.gz emacs-f07eebe05f80dfabbd7ef1a942653bc9d8bfcfda.zip | |
Create lisp/MANIFEST.
Diffstat (limited to 'make-dist')
| -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} |