aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-06-18 00:50:11 +0000
committerJim Blandy1993-06-18 00:50:11 +0000
commit0dc610dd356da92d9bccb9a39e6f22701669ef38 (patch)
treeb4847bfd01cd86b835eece491f5b8677650c8b89
parent3e1fc5a7ebc8598de9b9028affdd096d2d0e5dec (diff)
downloademacs-0dc610dd356da92d9bccb9a39e6f22701669ef38.tar.gz
emacs-0dc610dd356da92d9bccb9a39e6f22701669ef38.zip
* 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 ae77e1eda73..e0ffad0ba7f 100755
--- a/make-dist
+++ b/make-dist
@@ -156,6 +156,7 @@ echo "Making links to \`lisp'."
156(cd lisp 156(cd lisp
157 ln [a-zA-Z]*.el ../${tempdir}/lisp 157 ln [a-zA-Z]*.el ../${tempdir}/lisp
158 ln [a-zA-Z]*.elc ../${tempdir}/lisp 158 ln [a-zA-Z]*.elc ../${tempdir}/lisp
159 ln [a-zA-Z]*.dat forms.README ../${tempdir}/lisp
159 ## simula.el doesn't keep abbreviations in simula.defns any more. 160 ## simula.el doesn't keep abbreviations in simula.defns any more.
160 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp 161 ## ln [a-zA-Z]*.defns ../${tempdir}/lisp
161 ln ChangeLog README ../${tempdir}/lisp 162 ln ChangeLog README ../${tempdir}/lisp
@@ -183,13 +184,6 @@ echo "Making links to \`lisp/term'."
183 ln README ../../${tempdir}/lisp/term 184 ln README ../../${tempdir}/lisp/term
184 rm -f =* TAGS) 185 rm -f =* TAGS)
185 186
186echo "Making links to \`lisp/forms-mode'."
187(cd lisp/forms-mode
188 ln [a-zA-Z]*.el ../../${tempdir}/lisp/forms-mode
189 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/forms-mode
190 ln forms.README forms-d2.dat ../../${tempdir}/lisp/forms-mode
191 rm -f =* TAGS)
192
193### echo "Making links to \`external-lisp'." 187### echo "Making links to \`external-lisp'."
194### ### Don't distribute =*.el files or TAGS. 188### ### Don't distribute =*.el files or TAGS.
195### (cd external-lisp 189### (cd external-lisp
@@ -336,7 +330,7 @@ if [ "${make_tar}" = yes ]; then
336 fi 330 fi
337 case "${default_gzip}" in 331 case "${default_gzip}" in
338 compress* ) gzip_extension=.Z ;; 332 compress* ) gzip_extension=.Z ;;
339 * ) gzip_extension=.z ;; 333 * ) gzip_extension=.gz ;;
340 esac 334 esac
341 echo "Creating tar file." 335 echo "Creating tar file."
342 (cd ${tempparent} ; tar cvf - ${emacsname} ) \ 336 (cd ${tempparent} ; tar cvf - ${emacsname} ) \