From: Richard M. Stallman Date: Tue, 18 Jan 1994 23:59:37 +0000 (+0000) Subject: Handle lwlib subdir like oldXMenu subdir. X-Git-Tag: emacs-19.34~10222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c660c0a7980a393f40de00932594cef6d38cb373;p=emacs.git Handle lwlib subdir like oldXMenu subdir. --- diff --git a/make-dist b/make-dist index a7fcd6ce11b..5bb6c8df517 100755 --- 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.