aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-18 00:50:11 +0000
committerJim Blandy <[email protected]>1993-06-18 00:50:11 +0000
commit0dc610dd356da92d9bccb9a39e6f22701669ef38 (patch)
treeb4847bfd01cd86b835eece491f5b8677650c8b89
parent3e1fc5a7ebc8598de9b9028affdd096d2d0e5dec (diff)
* 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.
-rwxr-xr-xmake-dist10
1 files changed, 2 insertions, 8 deletions
diff --git a/make-dist b/make-dist
index ae77e1eda7..e0ffad0ba7 100755
--- a/make-dist
+++ b/make-dist
@@ -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} ) \