aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-06 12:36:43 +0000
committerRichard M. Stallman1994-01-06 12:36:43 +0000
commit52d7b2e563b6ea86405963dedf2ba2236d0f6c58 (patch)
treec6a0adbfb564b8fcc76f95ece9106455150f784d /make-dist
parent389e8f11274f874eeaba2f34faa9c17556a3be50 (diff)
downloademacs-52d7b2e563b6ea86405963dedf2ba2236d0f6c58.tar.gz
emacs-52d7b2e563b6ea86405963dedf2ba2236d0f6c58.zip
(tempdir): Put subdir msdos into the distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist13
1 files changed, 9 insertions, 4 deletions
diff --git a/make-dist b/make-dist
index e6c9ed99433..a7fcd6ce11b 100755
--- a/make-dist
+++ b/make-dist
@@ -158,7 +158,7 @@ echo "Creating subdirectories."
158# I've removed it from this list. 158# I've removed it from this list.
159for subdir in lisp lisp/term site-lisp \ 159for subdir in lisp lisp/term site-lisp \
160 src src/m src/s src/bitmaps lib-src oldXMenu \ 160 src src/m src/s src/bitmaps lib-src oldXMenu \
161 etc lock cpp info man shortnames vms; do 161 etc lock cpp info man msdos shortnames vms; do
162 mkdir ${tempdir}/${subdir} 162 mkdir ${tempdir}/${subdir}
163done 163done
164 164
@@ -242,6 +242,13 @@ echo "Making links to \`lib-src'."
242 rm -f getdate.tab.c y.tab.c y.tab.h 242 rm -f getdate.tab.c y.tab.c y.tab.h
243 rm -f =* TAGS) 243 rm -f =* TAGS)
244 244
245echo "Making links to \`msdos'."
246(cd msdos
247 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
248 ln mainmake patch1 sed.in[123] ../${tempdir}/msdos
249 cd ../${tempdir}/msdos
250 rm -f =*)
251
245echo "Making links to \`oldXMenu'." 252echo "Making links to \`oldXMenu'."
246(cd oldXMenu 253(cd oldXMenu
247 ln *.c *.h *.in ../${tempdir}/oldXMenu 254 ln *.c *.h *.in ../${tempdir}/oldXMenu
@@ -297,9 +304,7 @@ echo "Making links to \`vms'."
297echo "Making sure copying notices are all copies of \`etc/COPYING'." 304echo "Making sure copying notices are all copies of \`etc/COPYING'."
298rm -f ${tempdir}/etc/COPYING 305rm -f ${tempdir}/etc/COPYING
299cp etc/COPYING ${tempdir}/etc/COPYING 306cp etc/COPYING ${tempdir}/etc/COPYING
300# I think we're not going to distribute anything in external-lisp, so 307for subdir in lisp src lib-src info shortnames msdos; do
301# I've removed it from this list.
302for subdir in lisp src lib-src info shortnames; do
303 if [ -f ${tempdir}/${subdir}/COPYING ]; then 308 if [ -f ${tempdir}/${subdir}/COPYING ]; then
304 rm ${tempdir}/${subdir}/COPYING 309 rm ${tempdir}/${subdir}/COPYING
305 fi 310 fi