diff options
| author | Kenichi Handa | 1997-03-05 10:52:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-03-05 10:52:03 +0000 |
| commit | a78c106de9eb59fdaf16d4be44c3bd803803fe33 (patch) | |
| tree | bc799ebff6a54acc973344b129555b965300e425 | |
| parent | bfd9904870098f760405c8e278a87c0e6f6df860 (diff) | |
| download | emacs-a78c106de9eb59fdaf16d4be44c3bd803803fe33.tar.gz emacs-a78c106de9eb59fdaf16d4be44c3bd803803fe33.zip | |
Make links for files under lisp/language.
| -rwxr-xr-x | make-dist | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -225,7 +225,7 @@ echo "Updating version number in README" | |||
| 225 | 225 | ||
| 226 | 226 | ||
| 227 | echo "Creating subdirectories" | 227 | echo "Creating subdirectories" |
| 228 | for subdir in lisp lisp/term site-lisp \ | 228 | for subdir in lisp lisp/term lisp/language site-lisp \ |
| 229 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ | 229 | src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ |
| 230 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ | 230 | nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ |
| 231 | etc etc/e lock cpp info man msdos vms; do | 231 | etc etc/e lock cpp info man msdos vms; do |
| @@ -267,6 +267,13 @@ echo "Making links to \`lisp/term'" | |||
| 267 | ln README ../../${tempdir}/lisp/term | 267 | ln README ../../${tempdir}/lisp/term |
| 268 | rm -f =* TAGS) | 268 | rm -f =* TAGS) |
| 269 | 269 | ||
| 270 | echo "Making links to \`lisp/term'" | ||
| 271 | ### Don't distribute =*.el files or TAGS. | ||
| 272 | (cd lisp/language | ||
| 273 | ln [a-zA-Z]*.el ../../${tempdir}/lisp/language | ||
| 274 | ln [a-zA-Z]*.elc ../../${tempdir}/lisp/language | ||
| 275 | rm -f =* TAGS) | ||
| 276 | |||
| 270 | echo "Making links to \`src'" | 277 | echo "Making links to \`src'" |
| 271 | ### Don't distribute =*.[ch] files, or the configured versions of | 278 | ### Don't distribute =*.[ch] files, or the configured versions of |
| 272 | ### config.in, paths.in, or Makefile.in, or TAGS. | 279 | ### config.in, paths.in, or Makefile.in, or TAGS. |