diff options
| author | Jim Blandy | 1992-10-07 21:30:47 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-07 21:30:47 +0000 |
| commit | 40eef46593240df53fd466b6df67d598a4046468 (patch) | |
| tree | a6b9aa91053d986f1b2ae5798878bd1f5c621fe6 | |
| parent | b5370f0363eb5d78d5c5f8f4622f3bd1baff99fa (diff) | |
| download | emacs-40eef46593240df53fd466b6df67d598a4046468.tar.gz emacs-40eef46593240df53fd466b6df67d598a4046468.zip | |
entered into RCS
| -rwxr-xr-x | make-dist | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -100,7 +100,7 @@ ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir} | |||
| 100 | echo "Creating subdirectories." | 100 | echo "Creating subdirectories." |
| 101 | for subdir in lisp lisp/term local-lisp external-lisp \ | 101 | for subdir in lisp lisp/term local-lisp external-lisp \ |
| 102 | src src/m src/s lib-src oldXMenu \ | 102 | src src/m src/s lib-src oldXMenu \ |
| 103 | etc lock arch-lib cpp info man shortnames; do | 103 | etc lock arch-lib cpp info man shortnames vms; do |
| 104 | mkdir ${tempdir}/${subdir} | 104 | mkdir ${tempdir}/${subdir} |
| 105 | done | 105 | done |
| 106 | 106 | ||
| @@ -204,6 +204,12 @@ echo "Making links to \`shortnames'." | |||
| 204 | ln *.c ../${tempdir}/shortnames | 204 | ln *.c ../${tempdir}/shortnames |
| 205 | ln Makefile reserved special ../${tempdir}/shortnames) | 205 | ln Makefile reserved special ../${tempdir}/shortnames) |
| 206 | 206 | ||
| 207 | echo "Making links to \`vms'." | ||
| 208 | (cd vms | ||
| 209 | ln [0-9a-zA-Z]* ../${tempdir}/vms | ||
| 210 | cd ../${tempdir}/vms | ||
| 211 | rm -f *~) | ||
| 212 | |||
| 207 | echo "Making sure copying notices are all symlinks to \`etc/COPYING'." | 213 | echo "Making sure copying notices are all symlinks to \`etc/COPYING'." |
| 208 | rm -f ${tempdir}/etc/COPYING | 214 | rm -f ${tempdir}/etc/COPYING |
| 209 | cp etc/COPYING ${tempdir}/etc/COPYING | 215 | cp etc/COPYING ${tempdir}/etc/COPYING |