diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-25 05:47:43 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-25 05:47:43 +0000 |
commit | dc59f2a4e79118b9122c05dc3616b57f368b7600 (patch) | |
tree | 1edd03d4a4ac8bb316b8396477598adea6cbf688 /make-dist | |
parent | 557c29061e63a23d7a950416c496b16dcdf9d360 (diff) | |
download | emacs-dc59f2a4e79118b9122c05dc3616b57f368b7600.tar.gz |
lwlib-Xol* are removed.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make-dist b/make-dist index e9c0834afbd..32c678e3f94 100755 --- a/make-dist +++ b/make-dist @@ -545,8 +545,7 @@ echo "Making links to \`lwlib'" (cd lwlib ln *.c *.h *.in ../${tempdir}/lwlib ln README Imakefile ChangeLog ../${tempdir}/lwlib - cd ../${tempdir}/lwlib - rm -f lwlib-Xol*) + cd ../${tempdir}/lwlib) echo "Making links to \`etc'" ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or |