Mercurial > emacs
comparison make-dist @ 1901:3be68763709f
* make-dist: Don't distribute the external-lisp directory anymore.
* INSTALL: Remove all references to external-lisp.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 22 Feb 1993 14:12:29 +0000 |
parents | c97e3a38444c |
children | b403b27bc31c |
comparison
equal
deleted
inserted
replaced
1900:78079116dc40 | 1901:3be68763709f |
---|---|
99 ln make-dist ${tempdir} | 99 ln make-dist ${tempdir} |
100 ### Copy config.sub; it's a cross-filesystem symlink. | 100 ### Copy config.sub; it's a cross-filesystem symlink. |
101 cp config.sub ${tempdir} | 101 cp config.sub ${tempdir} |
102 | 102 |
103 echo "Creating subdirectories." | 103 echo "Creating subdirectories." |
104 for subdir in lisp lisp/calc-2.02 lisp/term local-lisp external-lisp \ | 104 # I think we're not going to distribute anything in external-lisp, so |
105 # I've removed it from this list. | |
106 for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ | |
105 src src/m src/s lib-src oldXMenu \ | 107 src src/m src/s lib-src oldXMenu \ |
106 etc lock cpp info man shortnames vms; do | 108 etc lock cpp info man shortnames vms; do |
107 mkdir ${tempdir}/${subdir} | 109 mkdir ${tempdir}/${subdir} |
108 done | 110 done |
109 | 111 |
135 (cd lisp/term | 137 (cd lisp/term |
136 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term | 138 ln [a-zA-Z]*.el ../../${tempdir}/lisp/term |
137 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term | 139 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term |
138 ln README ../../${tempdir}/lisp/term) | 140 ln README ../../${tempdir}/lisp/term) |
139 | 141 |
140 echo "Making links to \`external-lisp'." | 142 ### echo "Making links to \`external-lisp'." |
141 ### Don't distribute =*.el files. | 143 ### ### Don't distribute =*.el files. |
142 (cd external-lisp | 144 ### (cd external-lisp |
143 ln [a-zA-Z]*.el ../${tempdir}/external-lisp | 145 ### ln [a-zA-Z]*.el ../${tempdir}/external-lisp |
144 ln [a-zA-Z]*.elc ../${tempdir}/external-lisp | 146 ### ln [a-zA-Z]*.elc ../${tempdir}/external-lisp |
145 ln ChangeLog README ../${tempdir}/external-lisp) | 147 ### ln ChangeLog README ../${tempdir}/external-lisp) |
146 | 148 |
147 echo "Making links to \`src'." | 149 echo "Making links to \`src'." |
148 ### Don't distribute =*.[ch] files, or the configured versions of | 150 ### Don't distribute =*.[ch] files, or the configured versions of |
149 ### config.h.in, paths.h.in, or Makefile.in. | 151 ### config.h.in, paths.h.in, or Makefile.in. |
150 (cd src | 152 (cd src |