* make-dist: If using gzip, create distribution with '.gz' extension.

* make-dist (lisp/term): This doesn't have a ChangeLog anymore.
	(lisp/forms-mode): This doesn't exist anymore.
This commit is contained in:
Jim Blandy 1993-06-18 00:50:11 +00:00
parent 3e1fc5a7eb
commit 0dc610dd35

View file

@ -156,6 +156,7 @@ echo "Making links to \`lisp'."
(cd lisp
ln [a-zA-Z]*.el ../${tempdir}/lisp
ln [a-zA-Z]*.elc ../${tempdir}/lisp
ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp
## simula.el doesn't keep abbreviations in simula.defns any more.
## ln [a-zA-Z]*.defns ../${tempdir}/lisp
ln ChangeLog README ../${tempdir}/lisp
@ -183,13 +184,6 @@ echo "Making links to \`lisp/term'."
ln README ../../${tempdir}/lisp/term
rm -f =* TAGS)
echo "Making links to \`lisp/forms-mode'."
(cd lisp/forms-mode
ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode
ln [a-zA-Z]*.elc ../../${tempdir}/lisp/forms-mode
ln forms.README forms-d2.dat ../../${tempdir}/lisp/forms-mode
rm -f =* TAGS)
### echo "Making links to \`external-lisp'."
### ### Don't distribute =*.el files or TAGS.
### (cd external-lisp
@ -336,7 +330,7 @@ if [ "${make_tar}" = yes ]; then
fi
case "${default_gzip}" in
compress* ) gzip_extension=.Z ;;
* ) gzip_extension=.z ;;
* ) gzip_extension=.gz ;;
esac
echo "Creating tar file."
(cd ${tempparent} ; tar cvf - ${emacsname} ) \