diff options
| author | Jim Blandy | 1993-07-07 09:58:18 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-07 09:58:18 +0000 |
| commit | 82a82d4881e577d717c483ca9c7255e4d3bd8997 (patch) | |
| tree | 8ce4e5fcb0d1f0657f4f6213c80f5369481f55c5 | |
| parent | b3c4423b207ec8f5c7ebc745fe9453f696d755b2 (diff) | |
| download | emacs-82a82d4881e577d717c483ca9c7255e4d3bd8997.tar.gz emacs-82a82d4881e577d717c483ca9c7255e4d3bd8997.zip | |
* make-dist (tempdir): Don't create lisp/forms-mode directory in
the distribution. Those files aren't kept in their own
subdirectory any more.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -145,7 +145,7 @@ echo "Updating version number in README." | |||
| 145 | echo "Creating subdirectories." | 145 | echo "Creating subdirectories." |
| 146 | # I think we're not going to distribute anything in external-lisp, so | 146 | # I think we're not going to distribute anything in external-lisp, so |
| 147 | # I've removed it from this list. | 147 | # I've removed it from this list. |
| 148 | for subdir in lisp lisp/term lisp/forms-mode site-lisp \ | 148 | for subdir in lisp lisp/term site-lisp \ |
| 149 | src src/m src/s src/bitmaps lib-src oldXMenu \ | 149 | src src/m src/s src/bitmaps lib-src oldXMenu \ |
| 150 | etc lock cpp info man shortnames vms; do | 150 | etc lock cpp info man shortnames vms; do |
| 151 | mkdir ${tempdir}/${subdir} | 151 | mkdir ${tempdir}/${subdir} |