diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:59:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:59:37 +0000 |
commit | c85e9dfba2111bbd5e6d61711270134b31af0405 (patch) | |
tree | 322e46d86a4e018d463351d6772cb02c2b507ebf | |
parent | 206a8e79a9427ddf1a88d39e9482586fbecca2a9 (diff) | |
download | emacs-c85e9dfba2111bbd5e6d61711270134b31af0405.tar.gz |
Handle lwlib subdir like oldXMenu subdir.
-rwxr-xr-x | make-dist | 7 |
1 files changed, 6 insertions, 1 deletions
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. |