Mercurial > emacs
comparison make-dist @ 2792:4dae9952e40f
Make links in info subdir.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 15 May 1993 04:13:27 +0000 |
parents | e0f465034c62 |
children | 47d8f937a4bc |
comparison
equal
deleted
inserted
replaced
2791:4f234fbfb02c | 2792:4dae9952e40f |
---|---|
213 | 213 |
214 echo "Making links to \`cpp'." | 214 echo "Making links to \`cpp'." |
215 (cd cpp | 215 (cd cpp |
216 ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) | 216 ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) |
217 | 217 |
218 ###!! echo "Making links to \`info'." | 218 echo "Making links to \`info'." |
219 ###!! # Don't distribute backups or autosaves. | 219 # Don't distribute backups or autosaves. |
220 ###!! (cd info | 220 (cd info |
221 ###!! ln [a-zA-Z]* ../${tempdir}/info | 221 ln [a-zA-Z]* ../${tempdir}/info |
222 ###!! cd ../${tempdir}/info | 222 cd ../${tempdir}/info |
223 ###!! # Avoid an error when expanding the wildcards later. | 223 # Avoid an error when expanding the wildcards later. |
224 ###!! ln emacs dummy~ ; ln emacs \#dummy\# | 224 ln emacs dummy~ ; ln emacs \#dummy\# |
225 ###!! rm -f *~ \#*\# core) | 225 rm -f *~ \#*\# core) |
226 | 226 |
227 echo "Making links to \`man'." | 227 echo "Making links to \`man'." |
228 (cd man | 228 (cd man |
229 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 229 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
230 ln *.c ../${tempdir}/man | 230 ln *.c ../${tempdir}/man |