comparison make-dist @ 37239:4bfdb0896d45

Handle leim/MISC-DIC. Only include `[a-zA-Z]*.{el,elc}' from leim/quail.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 06 Apr 2001 10:08:04 +0000
parents 3f8e87ac64ab
children 1828bb79abd9
comparison
equal deleted inserted replaced
37238:3f6a34e25c92 37239:4bfdb0896d45
4 #### source tree. This basically creates a duplicate directory 4 #### source tree. This basically creates a duplicate directory
5 #### structure, and then hard links into it only those files that should 5 #### structure, and then hard links into it only those files that should
6 #### be distributed. This means that if you add a file with an odd name, 6 #### be distributed. This means that if you add a file with an odd name,
7 #### you should make sure that this script will include it. 7 #### you should make sure that this script will include it.
8 8
9 # Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc. 9 # Copyright (C) 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
10 # 10 #
11 # This file is part of GNU Emacs. 11 # This file is part of GNU Emacs.
12 # 12 #
13 # GNU Emacs is free software; you can redistribute it and/or modify 13 # GNU Emacs is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by 14 # it under the terms of the GNU General Public License as published by
298 version=${version} README > tmp.README 298 version=${version} README > tmp.README
299 mv -f tmp.README README) 299 mv -f tmp.README README)
300 300
301 301
302 echo "Creating subdirectories" 302 echo "Creating subdirectories"
303 for subdir in lisp site-lisp leim real-leim real-leim/CXTERM-DIC \ 303 for subdir in lisp site-lisp \
304 leim real-leim real-leim/CXTERM-DIC real-leim/MISC-DIC \
304 real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \ 305 real-leim/SKK-DIC real-leim/ja-dic real-leim/quail \
305 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 306 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
306 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ 307 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
307 etc etc/e lock info man msdos vms mac mac/inc mac/inc/sys \ 308 etc etc/e lock info man msdos vms mac mac/inc mac/inc/sys \
308 mac/src 309 mac/src
382 ln makefile.nt makefile.w32-in ../${tempdir}/real-leim 383 ln makefile.nt makefile.w32-in ../${tempdir}/real-leim
383 ln ChangeLog README ../${tempdir}/real-leim 384 ln ChangeLog README ../${tempdir}/real-leim
384 385
385 ln CXTERM-DIC/*.tit ../${tempdir}/real-leim/CXTERM-DIC 386 ln CXTERM-DIC/*.tit ../${tempdir}/real-leim/CXTERM-DIC
386 ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC 387 ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/real-leim/SKK-DIC
388 ln MISC-DIC/*.* ../${tempdir}/real-leim/MISC-DIC
387 ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic 389 ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/real-leim/ja-dic
388 ln quail/*.el quail/*.elc ../${tempdir}/real-leim/quail 390 ln quail/[a-zA-Z]*.el quail/[a-zA-Z]*.elc ../${tempdir}/real-leim/quail
389 ln Makefile.in ../${tempdir}/real-leim/Makefile.in 391 ln Makefile.in ../${tempdir}/real-leim/Makefile.in
390 392
391 cd ../${tempdir}/real-leim 393 cd ../${tempdir}/real-leim
392 rm -f TAGS =* */=*) 394 rm -f TAGS =* */=*)
393 395