diff options
| author | Jim Blandy | 1993-01-14 17:45:39 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-01-14 17:45:39 +0000 |
| commit | bf03a38a2a367971a238a1ac85cec319cadce0dd (patch) | |
| tree | 33d2bb2bb4e32921a4a40d43e987614fbdb455ff | |
| parent | 23d030749eedcc26cec4f125de40b2bc9ff3845c (diff) | |
| download | emacs-bf03a38a2a367971a238a1ac85cec319cadce0dd.tar.gz emacs-bf03a38a2a367971a238a1ac85cec319cadce0dd.zip | |
The shell comment char is #, not ;.
| -rwxr-xr-x | make-dist | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -200,14 +200,14 @@ echo "Making links to \`cpp'." | |||
| 200 | (cd cpp | 200 | (cd cpp |
| 201 | ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) | 201 | ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) |
| 202 | 202 | ||
| 203 | ;;;!! echo "Making links to \`info'." | 203 | ###!! echo "Making links to \`info'." |
| 204 | ;;;!! # Don't distribute backups or autosaves. | 204 | ###!! # Don't distribute backups or autosaves. |
| 205 | ;;;!! (cd info | 205 | ###!! (cd info |
| 206 | ;;;!! ln [a-zA-Z]* ../${tempdir}/info | 206 | ###!! ln [a-zA-Z]* ../${tempdir}/info |
| 207 | ;;;!! cd ../${tempdir}/info | 207 | ###!! cd ../${tempdir}/info |
| 208 | ;;;!! # Avoid an error when expanding the wildcards later. | 208 | ###!! # Avoid an error when expanding the wildcards later. |
| 209 | ;;;!! ln emacs dummy~ ; ln emacs \#dummy\# | 209 | ###!! ln emacs dummy~ ; ln emacs \#dummy\# |
| 210 | ;;;!! rm -f *~ \#*\# core) | 210 | ###!! rm -f *~ \#*\# core) |
| 211 | 211 | ||
| 212 | echo "Making links to \`man'." | 212 | echo "Making links to \`man'." |
| 213 | (cd man | 213 | (cd man |