diff options
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -310,7 +310,9 @@ echo "Making links to \`oldXMenu'" | |||
| 310 | echo "Making links to \`lwlib'" | 310 | echo "Making links to \`lwlib'" |
| 311 | (cd lwlib | 311 | (cd lwlib |
| 312 | ln *.c *.h *.in ../${tempdir}/lwlib | 312 | ln *.c *.h *.in ../${tempdir}/lwlib |
| 313 | ln README Imakefile ChangeLog ../${tempdir}/lwlib) | 313 | ln README Imakefile ChangeLog ../${tempdir}/lwlib |
| 314 | cd ../${tempdir}/lwlib | ||
| 315 | rm -f lwlib-Xol*) | ||
| 314 | 316 | ||
| 315 | echo "Making links to \`etc'" | 317 | echo "Making links to \`etc'" |
| 316 | ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or | 318 | ### Don't distribute = files, TAGS, DOC files, backups, autosaves, or |