]> git.eshelyaron.com Git - emacs.git/commitdiff
(WINS): Add calc and obsolete.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Aug 2002 10:21:39 +0000 (10:21 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Aug 2002 10:21:39 +0000 (10:21 +0000)
lisp/ChangeLog
lisp/makefile.w32-in

index 5788ca2c601b2704b43c650462ebc5e0c1ec50d2..bec3a95bae011603a195b813a9f953d245de4b69 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-26  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (WINS): Add calc and obsolete.
+
 2002-08-25  Miles Bader  <miles@gnu.org>
 
        * rfn-eshadow.el (file-name-shadow-properties-custom-type):
index 3cfe43e4936becf3f9051ec5cabfcb7b5c2a2a8e..7583407f9971587c46463c492d14bf938b5ea08b 100644 (file)
@@ -141,6 +141,7 @@ setwins=subdirs=`find $$wd -type d -print`; \
 
 # Have to define the list of subdirs manually when not using sh.
 WINS=\
+       calc \
        calendar \
        emacs-lisp \
        emulation \
@@ -150,6 +151,7 @@ WINS=\
        language \
        mail \
        net \
+       obsolete \
        play \
        progmodes \
        term \