diff options
| author | Jim Blandy | 1993-06-08 04:27:18 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-08 04:27:18 +0000 |
| commit | 6028d553ed9760f0b8566a5765291f8a036d8cfd (patch) | |
| tree | 7367bdd70610a7bb35e7831f1fec8b5ecf1c4ab9 | |
| parent | d2e1218f850e048d76bdce6808a10079f6531ff4 (diff) | |
| download | emacs-6028d553ed9760f0b8566a5765291f8a036d8cfd.tar.gz emacs-6028d553ed9760f0b8566a5765291f8a036d8cfd.zip | |
* make-dist: Add clauses to distribute lisp/forms-mode.
| -rwxr-xr-x | make-dist | 9 |
1 files changed, 8 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 site-lisp \ | 148 | for subdir in lisp lisp/term lisp/forms-mode 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} |
| @@ -183,6 +183,13 @@ echo "Making links to \`lisp/term'." | |||
| 183 | ln README ChangeLog ../../${tempdir}/lisp/term | 183 | ln README ChangeLog ../../${tempdir}/lisp/term |
| 184 | rm -f =* TAGS) | 184 | rm -f =* TAGS) |
| 185 | 185 | ||
| 186 | echo "Making links to \`lisp/forms-mode'." | ||
| 187 | (cd lisp/forms-mode | ||
| 188 | ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode | ||
| 189 | ln [a-zA-Z]*.elc ../../${tempdir}/lisp/forms-mode | ||
| 190 | ln forms.README forms-d2.dat ../../${tempdir}/lisp/forms-mode | ||
| 191 | rm -f =* TAGS) | ||
| 192 | |||
| 186 | ### echo "Making links to \`external-lisp'." | 193 | ### echo "Making links to \`external-lisp'." |
| 187 | ### ### Don't distribute =*.el files or TAGS. | 194 | ### ### Don't distribute =*.el files or TAGS. |
| 188 | ### (cd external-lisp | 195 | ### (cd external-lisp |