diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-06 12:27:04 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-06 12:27:04 +0000 |
commit | 0b43cef1181340faf3d9df513376d144f66888e8 (patch) | |
tree | f11e3426af1fad93a16ebfb0facf08cd1c38412c /make-dist | |
parent | 876fc2f2ec19b349ce276521ca73176c8796c19e (diff) | |
download | emacs-0b43cef1181340faf3d9df513376d144f66888e8.tar.gz |
Copy only `[a-z]*.{el,elc}' from leim/quail.
Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 4af0b4c99c1..a8247415ab7 100755 --- a/make-dist +++ b/make-dist @@ -387,8 +387,12 @@ echo "Making links to \`leim' and its subdirectories for the LEIM distribution" ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC ln MISC-DIC/*.* ../${tempdir}/real-leim/MISC-DIC ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic - ln quail/[a-zA-Z]*.el quail/[a-zA-Z]*.elc ../${tempdir}/real-leim/quail ln Makefile.in ../${tempdir}/real-leim/Makefile.in + ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/real-leim/quail + rm -f ../${tempdir}/real-leim/quail/quick-b5.* + rm -f ../${tempdir}/real-leim/quail/quick-cns.* + rm -f ../${tempdir}/real-leim/quail/tsang-b5.* + rm -f ../${tempdir}/real-leim/quail/tsang-cns.* cd ../${tempdir}/real-leim rm -f TAGS =* */=*) |