]> git.eshelyaron.com Git - emacs.git/commitdiff
Handle lwlib subdir like oldXMenu subdir.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Jan 1994 23:59:37 +0000 (23:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Jan 1994 23:59:37 +0000 (23:59 +0000)
make-dist

index a7fcd6ce11b95af530c87d5aeede4c1973110d52..5bb6c8df5173f750b97e92ad6ea786a4839ded49 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -157,7 +157,7 @@ echo "Creating subdirectories."
 # I think we're not going to distribute anything in external-lisp, so
 # 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 \
+             src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
              etc lock cpp info man msdos shortnames vms; do
   mkdir ${tempdir}/${subdir}
 done
@@ -255,6 +255,11 @@ echo "Making links to \`oldXMenu'."
  ln README Imakefile ChangeLog ../${tempdir}/oldXMenu
  ln compile.com descrip.mms ../${tempdir}/oldXMenu)
 
+echo "Making links to \`lwlib'."
+(cd lwlib
+ ln *.c *.h *.in ../${tempdir}/lwlib
+ ln README Imakefile ChangeLog ../${tempdir}/lwlib)
+
 echo "Making links to \`etc'."
 ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or
 ### tex litter.