diff options
| author | Richard M. Stallman | 1993-12-24 02:34:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-24 02:34:25 +0000 |
| commit | 91a480c1c267712cbd90286c11c42d7628aeb4fd (patch) | |
| tree | f06070a4500cbfc915d6028d12362b60dd90b122 | |
| parent | 653ddcc30bdd5f9a0a300c1b699de8b88f59d115 (diff) | |
| download | emacs-91a480c1c267712cbd90286c11c42d7628aeb4fd.tar.gz emacs-91a480c1c267712cbd90286c11c42d7628aeb4fd.zip | |
Put man/getopt.c in the dist.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -276,7 +276,7 @@ echo "Making links to \`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) |