diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 3 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-02-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Add some missing nextstep/ files. | ||
| 4 | |||
| 1 | 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change) | 5 | 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change) |
| 2 | 6 | ||
| 3 | * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) | 7 | * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616) |
| @@ -543,9 +543,10 @@ echo "Making links to \`msdos'" | |||
| 543 | cd ../${tempdir}/msdos | 543 | cd ../${tempdir}/msdos |
| 544 | rm -f =*) | 544 | rm -f =*) |
| 545 | 545 | ||
| 546 | ## FIXME are DEV-NOTES and FOR-RELEASE appropriate? | ||
| 546 | echo "Making links to \`nextstep'" | 547 | echo "Making links to \`nextstep'" |
| 547 | (cd nextstep | 548 | (cd nextstep |
| 548 | ln AUTHORS ChangeLog FOR-RELEASE README.txt compile ../${tempdir}/nextstep) | 549 | ln AUTHORS ChangeLog DEV-NOTES FOR-RELEASE README INSTALL ../${tempdir}/nextstep) |
| 549 | 550 | ||
| 550 | echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" | 551 | echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" |
| 551 | (cd nextstep/Cocoa/Emacs.base/Contents | 552 | (cd nextstep/Cocoa/Emacs.base/Contents |