diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-23 17:36:20 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-23 17:36:20 +0000 |
commit | b60a27f6593c87ba13f421304af885ec4c2358d8 (patch) | |
tree | bcb127345fec04c44b892c71c8b44b065084fb25 /make-dist | |
parent | fc21af45325a4438b85f5377c9e2ceee7682f0c0 (diff) | |
download | emacs-b60a27f6593c87ba13f421304af885ec4c2358d8.tar.gz |
(lwlib): Don't distribute lwlib-Xol* files.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make-dist b/make-dist index c1f5598beb8..64dea9a2346 100755 --- a/make-dist +++ b/make-dist @@ -310,7 +310,9 @@ echo "Making links to \`oldXMenu'" echo "Making links to \`lwlib'" (cd lwlib ln *.c *.h *.in ../${tempdir}/lwlib - ln README Imakefile ChangeLog ../${tempdir}/lwlib) + ln README Imakefile ChangeLog ../${tempdir}/lwlib + cd ../${tempdir}/lwlib + rm -f lwlib-Xol*) echo "Making links to \`etc'" ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or |