Mercurial > emacs
comparison make-dist @ 1795:a1f3c3317dd4
The shell comment char is #, not ;.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 14 Jan 1993 17:45:39 +0000 |
parents | b146942bc431 |
children | c97e3a38444c |
comparison
equal
deleted
inserted
replaced
1794:b146942bc431 | 1795:a1f3c3317dd4 |
---|---|
198 | 198 |
199 echo "Making links to \`cpp'." | 199 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 |
214 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 214 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
215 ln *.c ../${tempdir}/man | 215 ln *.c ../${tempdir}/man |