comparison make-dist @ 13383:94c647f0c13b

(src, lib-src): Don't distribute Makefile.c. (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Nov 1995 23:29:42 +0000
parents d05d5a169faa
children 5aaab914fc6b
comparison
equal deleted inserted replaced
13382:d05d5a169faa 13383:94c647f0c13b
245 ../${tempdir}/src 245 ../${tempdir}/src
246 ln makefile.nt ../${tempdir}/src 246 ln makefile.nt ../${tempdir}/src
247 ln .gdbinit .dbxinit ../${tempdir}/src 247 ln .gdbinit .dbxinit ../${tempdir}/src
248 ln *.opt vms-pp.trans ../${tempdir}/src 248 ln *.opt vms-pp.trans ../${tempdir}/src
249 cd ../${tempdir}/src 249 cd ../${tempdir}/src
250 rm -f config.h paths.h Makefile 250 rm -f config.h paths.h Makefile Makefile.c
251 rm -f =* TAGS) 251 rm -f =* TAGS)
252 252
253 echo "Making links to \`src/bitmaps'." 253 echo "Making links to \`src/bitmaps'."
254 (cd src/bitmaps 254 (cd src/bitmaps
255 ln README *.xbm ../../${tempdir}/src/bitmaps) 255 ln README *.xbm ../../${tempdir}/src/bitmaps)
267 (cd lib-src 267 (cd lib-src
268 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src 268 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src
269 ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src 269 ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src
270 ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src 270 ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src
271 cd ../${tempdir}/lib-src 271 cd ../${tempdir}/lib-src
272 rm -f getdate.tab.c y.tab.c y.tab.h 272 rm -f getdate.tab.c y.tab.c y.tab.h Makefile.c
273 rm -f =* TAGS) 273 rm -f =* TAGS)
274 274
275 echo "Making links to \`nt'." 275 echo "Making links to \`nt'."
276 (cd nt 276 (cd nt
277 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt 277 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt
314 rm -f TAGS) 314 rm -f TAGS)
315 315
316 echo "Making links to \`etc/e'." 316 echo "Making links to \`etc/e'."
317 (cd etc/e 317 (cd etc/e
318 ln `ls -d * | grep -v 'RCS'` ../../${tempdir}/etc/e 318 ln `ls -d * | grep -v 'RCS'` ../../${tempdir}/etc/e
319 cd ../../${tempdir}/etc 319 cd ../../${tempdir}/etc/e
320 rm -f *~ \#*\# *,v =* core) 320 rm -f *~ \#*\# *,v =* core)
321 321
322 echo "Making links to \`cpp'." 322 echo "Making links to \`cpp'."
323 (cd cpp 323 (cd cpp
324 ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) 324 ln cccp.c cexp.y Makefile README ../${tempdir}/cpp)