mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
entered into RCS
This commit is contained in:
parent
b5370f0363
commit
40eef46593
@ -100,7 +100,7 @@ ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir}
|
||||
echo "Creating subdirectories."
|
||||
for subdir in lisp lisp/term local-lisp external-lisp \
|
||||
src src/m src/s lib-src oldXMenu \
|
||||
etc lock arch-lib cpp info man shortnames; do
|
||||
etc lock arch-lib cpp info man shortnames vms; do
|
||||
mkdir ${tempdir}/${subdir}
|
||||
done
|
||||
|
||||
@ -204,6 +204,12 @@ echo "Making links to \`shortnames'."
|
||||
ln *.c ../${tempdir}/shortnames
|
||||
ln Makefile reserved special ../${tempdir}/shortnames)
|
||||
|
||||
echo "Making links to \`vms'."
|
||||
(cd vms
|
||||
ln [0-9a-zA-Z]* ../${tempdir}/vms
|
||||
cd ../${tempdir}/vms
|
||||
rm -f *~)
|
||||
|
||||
echo "Making sure copying notices are all symlinks to \`etc/COPYING'."
|
||||
rm -f ${tempdir}/etc/COPYING
|
||||
cp etc/COPYING ${tempdir}/etc/COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user