]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include elisp/term/*.el files twice.
authorAndrew Innes <andrewi@gnu.org>
Mon, 11 Feb 2002 14:26:17 +0000 (14:26 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 11 Feb 2002 14:26:17 +0000 (14:26 +0000)
admin/ChangeLog
admin/nt/makedist.bat

index b76294fd2bd623724fc2a037185515c19d68c110..274cb9bfb8708060bb64b1f78e679f0691e33606 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-11  Andrew Innes  <andrewi@gnu.org>
+
+       * nt/makedist.bat: Don't include elisp/term/*.el files twice.
+
 2002-01-24  Andrew Innes  <andrewi@gnu.org>
 
        * nt/README.W32: Remove unnecessary version number and date
index 34326fb19ad82d25277eaafa477b0ffe6820a511..e792754c62d23cf81cc4568e0ed7575f4581993a 100755 (executable)
@@ -29,7 +29,7 @@ set eld=emacs-%1/lisp
 \r
 rem Keep this list in sync with the DONTCOMPILE list in lisp/Makefile.in\r
 \r
-set elfiles=%eld%/cus-load.el %eld%/cus-start.el %eld%/emacs-lisp/cl-specs.el %eld%/eshell/esh-maint.el %eld%/eshell/esh-groups.el %eld%/finder-inf.el %eld%/forms-d2.el %eld%/forms-pass.el %eld%/generic-x.el %eld%/international/latin-1.el %eld%/international/latin-2.el %eld%/international/latin-3.el %eld%/international/latin-4.el %eld%/international/latin-5.el %eld%/international/latin-8.el %eld%/international/latin-9.el %eld%/international/mule-conf.el %eld%/loaddefs.el %eld%/loadup.el %eld%/mail/blessmail.el %eld%/patcomp.el %eld%/paths.el %eld%/play/bruce.el %eld%/subdirs.el %eld%/term/internal.el %eld%/term/AT386.el  %eld%/term/apollo.el %eld%/term/bobcat.el %eld%/term/iris-ansi.el %eld%/term/keyswap.el %eld%/term/linux.el %eld%/term/lk201.el %eld%/term/news.el %eld%/term/vt102.el %eld%/term/vt125.el %eld%/term/vt200.el %eld%/term/vt201.el %eld%/term/vt220.el %eld%/term/vt240.el %eld%/term/vt300.el %eld%/term/vt320.el %eld%/term/vt400.el %eld%/term/vt420.el %eld%/term/wyse50.el %eld%/term/xterm.el %eld%/version.el\r
+set elfiles=%eld%/cus-load.el %eld%/cus-start.el %eld%/emacs-lisp/cl-specs.el %eld%/eshell/esh-maint.el %eld%/eshell/esh-groups.el %eld%/finder-inf.el %eld%/forms-d2.el %eld%/forms-pass.el %eld%/generic-x.el %eld%/international/latin-1.el %eld%/international/latin-2.el %eld%/international/latin-3.el %eld%/international/latin-4.el %eld%/international/latin-5.el %eld%/international/latin-8.el %eld%/international/latin-9.el %eld%/international/mule-conf.el %eld%/loaddefs.el %eld%/loadup.el %eld%/mail/blessmail.el %eld%/patcomp.el %eld%/paths.el %eld%/play/bruce.el %eld%/subdirs.el %eld%/version.el\r
 \r
 set fns_el=\r
 for %%f in (emacs-%1/bin/fns*) do set fns_el=%fns_el% emacs-%1/bin/%%f\r