Mercurial > emacs
comparison make-dist @ 5322:f2e4b574a4e9
Put man/getopt.c in the dist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Dec 1993 02:34:25 +0000 |
parents | 810820d03e24 |
children | e034ade52ca0 |
comparison
equal
deleted
inserted
replaced
5321:69d64181891b | 5322:f2e4b574a4e9 |
---|---|
274 (cd man | 274 (cd man |
275 ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 275 ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
276 test -f README && ln README ../${tempdir}/man | 276 test -f README && ln README ../${tempdir}/man |
277 test -f Makefile && ln Makefile ../${tempdir}/man | 277 test -f Makefile && ln Makefile ../${tempdir}/man |
278 ln ChangeLog split-man ../${tempdir}/man | 278 ln ChangeLog split-man ../${tempdir}/man |
279 cp texinfo.tex texindex.c ../${tempdir}/man | 279 cp texinfo.tex texindex.c getopt.c ../${tempdir}/man |
280 cd ../${tempdir}/man | 280 cd ../${tempdir}/man |
281 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 281 rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
282 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 282 rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |
283 | 283 |
284 echo "Making links to \`shortnames'." | 284 echo "Making links to \`shortnames'." |