]> code.delx.au - gnu-emacs/commitdiff
Arrange for the leim tar file to unpack in emacs-M.N/leim.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Jul 1997 04:55:54 +0000 (04:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Jul 1997 04:55:54 +0000 (04:55 +0000)
make-dist

index 42875f97fb3ffc5e68d0e41ee6dbd2b5e8a63b61..e4df2f06e48ae04a399a701bd36a86044caba83e 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -315,7 +315,10 @@ echo "Making links to \`leim' and its subdirectories for the LEIM distribution"
  rm -f TAGS =* */=*)
 
 ### Move the real-leim directory outside of Emacs proper.
-(cd ${tempparent}; mv ${emacsname}/real-leim ${emacsname}-leim)
+(cd ${tempparent}
+ mkdir ${emacsname}-leim
+ mkdir ${emacsname}-leim/${emacsname}
+ mv ${emacsname}/real-leim ${emacsname}-leim/${emacsname}/leim)
 
 echo "Making links to \`src'"
 ### Don't distribute =*.[ch] files, or the configured versions of
@@ -549,7 +552,7 @@ if [ "${make_tar}" = yes ]; then
   (cd ${tempparent} ; tar cvf - ${emacsname} ) \
     | ${default_gzip} \
     > ${emacsname}.tar${gzip_extension}
-  (cd ${tempparent} ; tar cvf - ${emacsname}-leim ) \
+  (cd ${tempparent}/${emacsname}-leim ; tar cvf - ${emacsname} ) \
     | ${default_gzip} \
     > ${emacsname}-leim.tar${gzip_extension}
 fi