diff options
| author | Richard M. Stallman | 1994-10-13 04:03:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-13 04:03:10 +0000 |
| commit | ac4eff2df3e5f4656714d808669d7a32a052b682 (patch) | |
| tree | ef9d4a3b51c1b1ff5806017e184d71af383b5bff /make-dist | |
| parent | 842a884bb6a0e586f6b7bfc70c75e4add54d523b (diff) | |
| download | emacs-ac4eff2df3e5f4656714d808669d7a32a052b682.tar.gz emacs-ac4eff2df3e5f4656714d808669d7a32a052b682.zip | |
Don't distribute build-ins.in.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -150,7 +150,7 @@ mkdir ${tempdir} | |||
| 150 | ### README while the rest of the tar file is still unpacking. Whoopee. | 150 | ### README while the rest of the tar file is still unpacking. Whoopee. |
| 151 | echo "Making links to top-level files." | 151 | echo "Making links to top-level files." |
| 152 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} | 152 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README BUGS move-if-change ${tempdir} |
| 153 | ln ChangeLog Makefile.in build-ins.in configure configure.in ${tempdir} | 153 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 154 | ln config.bat make-dist vpath.sed ${tempdir} | 154 | ln config.bat make-dist vpath.sed ${tempdir} |
| 155 | ### Copy these files; they're cross-filesystem symlinks. | 155 | ### Copy these files; they're cross-filesystem symlinks. |
| 156 | cp config.sub ${tempdir} | 156 | cp config.sub ${tempdir} |