Mercurial > emacs
comparison make-dist @ 2972:1298574b81d6
Remove duplicate cp command from `man' section.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 23 May 1993 00:15:29 +0000 |
parents | fe78246d77fb |
children | 3004f1336225 |
comparison
equal
deleted
inserted
replaced
2971:fe78246d77fb | 2972:1298574b81d6 |
---|---|
241 rm -f *~ \#*\# core) | 241 rm -f *~ \#*\# core) |
242 | 242 |
243 echo "Making links to \`man'." | 243 echo "Making links to \`man'." |
244 (cd man | 244 (cd man |
245 ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 245 ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
246 cp texinfo.tex texindex.c ../${tempdir}/man | |
247 test -f README && ln README ../${tempdir}/man | 246 test -f README && ln README ../${tempdir}/man |
248 test -f Makefile && ln Makefile ../${tempdir}/man | 247 test -f Makefile && ln Makefile ../${tempdir}/man |
249 ln ChangeLog split-man ../${tempdir}/man | 248 ln ChangeLog split-man ../${tempdir}/man |
250 cp texinfo.tex texindex.c ../${tempdir}/man | 249 cp texinfo.tex texindex.c ../${tempdir}/man |
251 cd ../${tempdir}/man | 250 cd ../${tempdir}/man |