diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-26 01:05:09 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-26 01:05:09 +0000 |
commit | 5ec8424fc3c10a012ca53e1c12d8e0b88a3d0f32 (patch) | |
tree | 0673d439e104a82893eda95fdbd5214cece09f99 /make-dist | |
parent | 5f32a7128bc3a7ecdcc9d825fb62977990ed0756 (diff) | |
download | emacs-5ec8424fc3c10a012ca53e1c12d8e0b88a3d0f32.tar.gz |
Include the new directory nt/icons in distributions.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 9535e18b7d2..7730a46546c 100755 --- a/make-dist +++ b/make-dist @@ -280,7 +280,7 @@ echo "Creating subdirectories" for subdir in lisp site-lisp leim real-leim real-leim/CXTERM-DIC \ real-leim/SKK-DIC real-leim/skk real-leim/quail \ src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ - nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \ + nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ etc etc/e lock info man msdos vms; do mkdir ${tempdir}/${subdir} done @@ -441,6 +441,10 @@ echo "Making links to \`nt/inc/netinet'" (cd nt/inc/netinet ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) +echo "Making links to \`nt/icons'" +(cd nt/icons + ln [a-z]*.ico ../../../${tempdir}/nt/icons) + echo "Making links to \`msdos'" (cd msdos ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos |