diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-24 02:34:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-24 02:34:25 +0000 |
commit | da13d0078400744f490894aa6eeb1e73a7a7c970 (patch) | |
tree | b55f7a15614180dd08612c9c2ff324e63daeb37f /make-dist | |
parent | 8b9e6f709ad75e29ca28d3e21dce53a7e8788ae9 (diff) | |
download | emacs-da13d0078400744f490894aa6eeb1e73a7a7c970.tar.gz |
Put man/getopt.c in the dist.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index e61f6c1cda3..e6c9ed99433 100755 --- a/make-dist +++ b/make-dist @@ -276,7 +276,7 @@ echo "Making links to \`man'." test -f README && ln README ../${tempdir}/man test -f Makefile && ln Makefile ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man - cp texinfo.tex texindex.c ../${tempdir}/man + cp texinfo.tex texindex.c getopt.c ../${tempdir}/man cd ../${tempdir}/man rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |