X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ae2230df4770e0dcc19e28017a70f4bba6d7a2dd..7cfdabde5fa5a9df23dbc391bde79f70c137db1c:/make-dist diff --git a/make-dist b/make-dist index 93a5a5a2e8..8cfc41ccd2 100755 --- a/make-dist +++ b/make-dist @@ -406,6 +406,7 @@ echo "Making links to \`leim' and its subdirectories" ln MISC-DIC/*.* ../${tempdir}/leim/MISC-DIC ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/leim/ja-dic ln Makefile.in ../${tempdir}/leim/Makefile.in + ln leim-ext.el ../${tempdir}/leim/leim-ext.el ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail rm -f ../${tempdir}/leim/quail/quick-b5.* rm -f ../${tempdir}/leim/quail/quick-cns.* @@ -616,8 +617,8 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref ln `ls -1 *.texi` ../${tempdir}/lispref - ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref - ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref + ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref + ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref ln ChangeLog ../${tempdir}/lispref