diff options
| author | Gerd Moellmann | 2000-05-05 13:19:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-05 13:19:27 +0000 |
| commit | dc7717ab3ee9da06f7279937d6094ae63b1ffeba (patch) | |
| tree | cec924cfe69a9ffe0cc91bba6b9e803e34a26fe1 | |
| parent | bae2503b0a2afe1a91587f5907423c479e233030 (diff) | |
| download | emacs-dc7717ab3ee9da06f7279937d6094ae63b1ffeba.tar.gz emacs-dc7717ab3ee9da06f7279937d6094ae63b1ffeba.zip | |
Make a link for lib-src/grep-changelog. Copy
install-sh.
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -266,7 +266,7 @@ ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | |||
| 266 | cp mkinstalldirs ${tempdir} | 266 | cp mkinstalldirs ${tempdir} |
| 267 | cp config.sub ${tempdir} | 267 | cp config.sub ${tempdir} |
| 268 | cp config.guess ${tempdir} | 268 | cp config.guess ${tempdir} |
| 269 | cp install.sh ${tempdir} | 269 | cp install-sh ${tempdir} |
| 270 | 270 | ||
| 271 | echo "Updating version number in README" | 271 | echo "Updating version number in README" |
| 272 | (cd ${tempdir} | 272 | (cd ${tempdir} |
| @@ -405,7 +405,7 @@ echo "Making links to \`lib-src'" | |||
| 405 | (cd lib-src | 405 | (cd lib-src |
| 406 | ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src | 406 | ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src |
| 407 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 407 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 408 | ln rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src | 408 | ln grep-changelog rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src |
| 409 | ## If we ended up with a symlink, or if we did not get anything | 409 | ## If we ended up with a symlink, or if we did not get anything |
| 410 | ## due to a cross-device symlink, copy the file. | 410 | ## due to a cross-device symlink, copy the file. |
| 411 | for file in [a-zA-Z]*.[chy]; do | 411 | for file in [a-zA-Z]*.[chy]; do |