# HG changeset patch # User Richard M. Stallman # Date 785622376 0 # Node ID 9b43de28b29526448ec2ae27a3465e1fa99d6d19 # Parent 9d103084f33bf8077cfdc22246a8e433a0d8006f Create subdir etc/e. Make links to it. Put man/Makefile.in in dist, instead of man/Makefile. diff -r 9d103084f33b -r 9b43de28b295 make-dist --- a/make-dist Wed Nov 23 20:25:48 1994 +0000 +++ b/make-dist Wed Nov 23 20:26:16 1994 +0000 @@ -167,12 +167,10 @@ echo "Creating subdirectories." -# I think we're not going to distribute anything in external-lisp, so -# I've removed it from this list. for subdir in lisp lisp/term site-lisp \ src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ nt nt/inc nt/inc/sys nt/src \ - etc lock cpp info man msdos shortnames vms; do + etc etc/e lock cpp info man msdos shortnames vms; do mkdir ${tempdir}/${subdir} done @@ -209,14 +207,6 @@ ln README ../../${tempdir}/lisp/term rm -f =* TAGS) -### echo "Making links to \`external-lisp'." -### ### Don't distribute =*.el files or TAGS. -### (cd external-lisp -### ln [a-zA-Z]*.el ../${tempdir}/external-lisp -### ln [a-zA-Z]*.elc ../${tempdir}/external-lisp -### ln ChangeLog README ../${tempdir}/external-lisp -### rm -f =* TAGS) - echo "Making links to \`src'." ### Don't distribute =*.[ch] files, or the configured versions of ### config.h.in, paths.h.in, or Makefile.in.in, or TAGS. @@ -300,6 +290,12 @@ rm -f DOC* *~ \#*\# *.dvi *.log *,v =* core rm -f TAGS) +echo "Making links to \`etc/e'." +(cd etc/e + ln `ls -d * | grep -v 'RCS' ../${tempdir}/etc/e + cd ../${tempdir}/etc + rm -f DOC* *~ \#*\# *,v =* core) + echo "Making links to \`cpp'." (cd cpp ln cccp.c cexp.y Makefile README ../${tempdir}/cpp) @@ -317,7 +313,7 @@ (cd man ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man test -f README && ln README ../${tempdir}/man - test -f Makefile && ln Makefile ../${tempdir}/man + test -f Makefile.in && ln Makefile.in ../${tempdir}/man ln ChangeLog split-man ../${tempdir}/man cp texinfo.tex texindex.c getopt.c ../${tempdir}/man cd ../${tempdir}/man