aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist7
1 files changed, 6 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index a7fcd6ce11..5bb6c8df51 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.