entered into RCS
authorJim Blandy <jimb@redhat.com>
Wed, 7 Oct 1992 21:30:47 +0000 (21:30 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 7 Oct 1992 21:30:47 +0000 (21:30 +0000)
make-dist

index 8796f0b..0fc623b 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -100,7 +100,7 @@ ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir}
 echo "Creating subdirectories."
 for subdir in lisp lisp/term local-lisp external-lisp \
              src src/m src/s lib-src oldXMenu \
-             etc lock arch-lib cpp info man shortnames; do
+             etc lock arch-lib cpp info man shortnames vms; do
   mkdir ${tempdir}/${subdir}
 done
 
@@ -204,6 +204,12 @@ echo "Making links to \`shortnames'."
  ln *.c ../${tempdir}/shortnames
  ln Makefile reserved special ../${tempdir}/shortnames)
 
+echo "Making links to \`vms'."
+(cd vms
+ ln [0-9a-zA-Z]* ../${tempdir}/vms
+ cd ../${tempdir}/vms
+ rm -f *~)
+
 echo "Making sure copying notices are all symlinks to \`etc/COPYING'."
 rm -f ${tempdir}/etc/COPYING
 cp etc/COPYING ${tempdir}/etc/COPYING