]> git.eshelyaron.com Git - emacs.git/commitdiff
(src, lib-src): Don't distribute Makefile.c.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 23:29:42 +0000 (23:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 23:29:42 +0000 (23:29 +0000)
(etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.

make-dist

index 9b42051922690d9a90a6ae6c360763f36ec133e4..004e83560aab3339ece47b49bfdef2d10aad8d8c 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -247,7 +247,7 @@ echo "Making links to \`src'."
  ln .gdbinit .dbxinit ../${tempdir}/src
  ln *.opt vms-pp.trans ../${tempdir}/src
  cd ../${tempdir}/src
- rm -f config.h paths.h Makefile
+ rm -f config.h paths.h Makefile Makefile.c
  rm -f =* TAGS)
 
 echo "Making links to \`src/bitmaps'."
@@ -269,7 +269,7 @@ echo "Making links to \`lib-src'."
  ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src
  ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src
  cd ../${tempdir}/lib-src
- rm -f getdate.tab.c y.tab.c y.tab.h
+ rm -f getdate.tab.c y.tab.c y.tab.h Makefile.c
  rm -f =* TAGS)
 
 echo "Making links to \`nt'."
@@ -316,7 +316,7 @@ echo "Making links to \`etc'."
 echo "Making links to \`etc/e'."
 (cd etc/e
  ln `ls -d * | grep -v 'RCS'` ../../${tempdir}/etc/e
- cd ../../${tempdir}/etc
+ cd ../../${tempdir}/etc/e
  rm -f *~ \#*\# *,v =* core)
 
 echo "Making links to \`cpp'."