# HG changeset patch # User Jim Blandy # Date 738115714 0 # Node ID fe78246d77fbdb3c89b116f3834ad7d5de7fa367 # Parent b69da04da2b928ebe4ac6608cd2f69f1f93e7b8f * make-dist: There aren't any *.com files in lib-src anymore. * make-dist: Copy texinfo.tex and texindex.c, rather than linking them; they're symlinks to other filesystems on the GNU machines. diff -r b69da04da2b9 -r fe78246d77fb make-dist --- a/make-dist Sat May 22 23:44:10 1993 +0000 +++ b/make-dist Sun May 23 00:08:34 1993 +0000 @@ -205,7 +205,7 @@ echo "Making links to \`lib-src'." (cd lib-src - ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src + ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src ln emacs.csh rcs-checkin ../${tempdir}/lib-src cd ../${tempdir}/lib-src @@ -242,8 +242,8 @@ echo "Making links to \`man'." (cd man - ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man - ln *.c ../${tempdir}/man + ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man + cp texinfo.tex texindex.c ../${tempdir}/man test -f README && ln README ../${tempdir}/man test -f Makefile && ln Makefile ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man