summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-03 21:48:07 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-03 21:48:07 +0000
commit9526f0e09d6739f8c336e9e771c04a60c220db70 (patch)
tree00670f7bc29c0e1aaaa696a38adbc6eb277d2463 /make-dist
parent0c091e4606ff011422d051637e72b3fd20fa1e20 (diff)
downloademacs-9526f0e09d6739f8c336e9e771c04a60c220db70.tar.gz
Include nt/inc/arpa and nt/inc/netinet in the dist.
Don't include config.w95.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist12
1 files changed, 10 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index d9662835903..0f37542229f 100755
--- a/make-dist
+++ b/make-dist
@@ -196,7 +196,7 @@ echo "Updating version number in README"
echo "Creating subdirectories"
for subdir in lisp lisp/term site-lisp \
src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
- nt nt/inc nt/inc/sys \
+ nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet \
etc etc/e lock cpp info man msdos vms; do
mkdir ${tempdir}/${subdir}
done
@@ -279,7 +279,7 @@ echo "Making links to \`lib-src'"
echo "Making links to \`nt'"
(cd nt
- ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt
+ ln emacs.ico emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt
ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
ln TODO ChangeLog INSTALL README ../${tempdir}/nt)
@@ -291,6 +291,14 @@ echo "Making links to \`nt/inc/sys'"
(cd nt/inc/sys
ln [a-z]*.h ../../../${tempdir}/nt/inc/sys)
+echo "Making links to \`nt/inc/arpa'"
+(cd nt/inc/arpa
+ ln [a-z]*.h ../../../${tempdir}/nt/inc/arpa)
+
+echo "Making links to \`nt/inc/netinet'"
+(cd nt/inc/netinet
+ ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet)
+
echo "Making links to \`msdos'"
(cd msdos
ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos