]> git.eshelyaron.com Git - emacs.git/commitdiff
Put nt subdir and its subdirs in the dist.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 10:41:18 +0000 (10:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 10:41:18 +0000 (10:41 +0000)
(lib-src): Put makefile.nt in the dist.
(lisp): Put makefile.nt in the dist.

make-dist

index 29c5f7e1065b0c6c500cea7d6a6504067badd160..aa0a86d9e7e71d0669c11be87d6cb5840db8d06c 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -171,6 +171,7 @@ echo "Creating subdirectories."
 # I've removed it from this list.
 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/src \
              etc lock cpp info man msdos shortnames vms; do
   mkdir ${tempdir}/${subdir}
 done
@@ -183,7 +184,7 @@ echo "Making links to \`lisp'."
  ln [a-zA-Z]*.dat ../${tempdir}/lisp
  ## simula.el doesn't keep abbreviations in simula.defns any more.
  ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
- ln ChangeLog Makefile ChangeLog.? README dired.todo ../${tempdir}/lisp
+ ln ChangeLog Makefile makefile.nt ChangeLog.? README dired.todo ../${tempdir}/lisp
  cd ../${tempdir}/lisp
  rm -f TAGS =*
  rm -f site-init site-init.el site-init.elc
@@ -251,11 +252,27 @@ echo "Making links to \`lib-src'."
 (cd lib-src
  ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src
  ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src
- ln emacs.csh rcs2log rcs-checkin ../${tempdir}/lib-src
+ ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src
  cd ../${tempdir}/lib-src
  rm -f getdate.tab.c y.tab.c y.tab.h
  rm -f =* TAGS)
 
+echo "Making links to \`nt'."
+(cd nt
+ ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt)
+
+echo "Making links to \`nt/inc'."
+(cd nt/inc
+ ln [a-z]*.h ../${tempdir}/nt/inc)
+
+echo "Making links to \`nt/inc/sys'."
+(cd nt/inc/sys
+ ln [a-z]*.h ../${tempdir}/nt/inc/sys)
+
+echo "Making links to \`nt/src'."
+(cd nt/src
+ ln [a-z]*.h ../${tempdir}/nt/src)
+
 echo "Making links to \`msdos'."
 (cd msdos
  ln  ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos