aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-24 02:34:25 +0000
committerRichard M. Stallman1993-12-24 02:34:25 +0000
commit91a480c1c267712cbd90286c11c42d7628aeb4fd (patch)
treef06070a4500cbfc915d6028d12362b60dd90b122
parent653ddcc30bdd5f9a0a300c1b699de8b88f59d115 (diff)
downloademacs-91a480c1c267712cbd90286c11c42d7628aeb4fd.tar.gz
emacs-91a480c1c267712cbd90286c11c42d7628aeb4fd.zip
Put man/getopt.c in the dist.
-rwxr-xr-xmake-dist2
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'."
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)