diff options
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -326,6 +326,9 @@ echo "Making links to \`lisp' and its subdirectories" | |||
| 326 | if [ -f $file/README ]; then | 326 | if [ -f $file/README ]; then |
| 327 | ln $file/README ../${tempdir}/lisp/$file | 327 | ln $file/README ../${tempdir}/lisp/$file |
| 328 | fi | 328 | fi |
| 329 | if [ -f $file/ChangeLog ]; then | ||
| 330 | ln $file/ChangeLog ../${tempdir}/lisp/$file | ||
| 331 | fi | ||
| 329 | done ) | 332 | done ) |
| 330 | 333 | ||
| 331 | echo "Making links to \`leim' and its subdirectories for the LEIM distribution" | 334 | echo "Making links to \`leim' and its subdirectories for the LEIM distribution" |