changeset 31916:7b81c864cccf

Adapt to the change of leim/Makefile which was necessary to ensure a reasonably working `make dist'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 19:22:44 +0000
parents eaafef7276f2
children d9babe5e7c29
files make-dist
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Tue Sep 26 19:21:46 2000 +0000
+++ b/make-dist	Tue Sep 26 19:22:44 2000 +0000
@@ -309,7 +309,7 @@
 done
 
 echo "Initializing \`leim' subdirectory"
-cp leim/Makefile.in ${tempdir}/leim
+cp noleim-Makefile.in ${tempdir}/leim/Makefile.in
 
 echo "Making links to \`lisp' and its subdirectories"
 ### Don't distribute TAGS, =*.el files, site-init.el, site-load.el, or default.el.
@@ -317,7 +317,7 @@
  ln [a-zA-Z]*.el ../${tempdir}/lisp
  ln [a-zA-Z]*.elc ../${tempdir}/lisp
  ln [a-zA-Z]*.dat ../${tempdir}/lisp
- for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm; do
+ for img in [a-zA-Z]*.xpm [a-zA-Z]*.xbm [a-zA-Z]*.pbm; do
    # If there are no images, the shell won't expand the pattern.
    if [ -f $img ]; then
      ln $img ../${tempdir}/lisp
@@ -376,8 +376,7 @@
  ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC
  ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic
  ln quail/*.el quail/*.elc ../${tempdir}/real-leim/quail
-
- cp ../leim-Makefile.in ../${tempdir}/real-leim/Makefile.in
+ ln Makefile.in ../${tempdir}/real-leim/Makefile.in
 
  cd ../${tempdir}/real-leim
  rm -f TAGS =* */=*)