mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
Add the lispref directory to the distribution.
This commit is contained in:
parent
707e9f16e2
commit
1d95108478
13
make-dist
13
make-dist
@ -241,6 +241,7 @@ if [ $update = yes ];
|
||||
then
|
||||
echo "Updating Info files"
|
||||
(cd man; make -f Makefile.in srcdir=. info)
|
||||
(cd lispref; make -f Makefile.in srcdir=. info)
|
||||
|
||||
echo "Updating finder, custom and autoload data"
|
||||
(cd lisp; make updates EMACS="$EMACS")
|
||||
@ -306,7 +307,7 @@ echo "Updating version number in README"
|
||||
|
||||
|
||||
echo "Creating subdirectories"
|
||||
for subdir in lisp site-lisp \
|
||||
for subdir in lisp site-lisp lispref \
|
||||
leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \
|
||||
real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \
|
||||
src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
|
||||
@ -599,6 +600,16 @@ echo "Making links to \`man'"
|
||||
rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail
|
||||
rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)
|
||||
|
||||
echo "Making links to \`lispref'"
|
||||
(cd lispref
|
||||
ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref
|
||||
test -f README && ln README ../${tempdir}/lispref
|
||||
test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref
|
||||
ln ChangeLog ../${tempdir}/lispref
|
||||
cd ../${tempdir}/lispref
|
||||
rm -f \#*\# =* *~ core elisp-index* *.Z *.z xmail
|
||||
rm -f elisp.?? *.log *.toc *.dvi *.oaux)
|
||||
|
||||
echo "Making links to \`vms'"
|
||||
(cd vms
|
||||
test -f README && ln README ../${tempdir}/vms
|
||||
|
Loading…
Reference in New Issue
Block a user