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 | 3dc948455ed6429f2b7c0de2a33d1decce6b01ea (patch) | |
tree | da2ad9945c5d461bc740e37638047a914f350729 /make-dist | |
parent | 8ef532740b5863903b03d699d911a179e3bdaf54 (diff) | |
download | emacs-3dc948455ed6429f2b7c0de2a33d1decce6b01ea.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 |