]> code.delx.au - gnu-emacs/blobdiff - Makefile.in
Define fullscreen_hook.
[gnu-emacs] / Makefile.in
index e89159f4a3e5470c0b0b0b5a5e374d20ec1873c5..7bfa79008285a780083bfe1c93cb1742a90c0a86 100644 (file)
@@ -2,7 +2,7 @@
 # DIST: make most of the changes to this file you might want, so try
 # DIST: that first.
 
-# Copyright (C) 1992,93,94,95,96,97,98,1999,2000,01,02,03,04,2005
+# Copyright (C) 1992,93,94,95,96,97,98,1999,2000,01,02,03,04,2005,2006
 #   Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -135,7 +135,7 @@ man1dir=$(mandir)/man1
 # system, it is inappropriate to imply that it is part of Emacs.
 infodir=@infodir@
 INFO_FILES=ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq \
-           elisp eintr emacs emacs-mime emacs-xtra eshell eudc flymake \
+           elisp eintr emacs emacs-mime eshell eudc flymake \
            forms gnus idlwave info message mh-e newsticker org pcl-cvs \
            pgg reftex sc ses sieve speedbar tramp vip viper widget     \
            woman smtpmail url rcirc erc
@@ -280,7 +280,7 @@ epaths-force: FRC
          -e 's;/[*] *arch-tag:.*;/*;') &&              \
        ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
 
-# For parallel make, src should be build before leim.
+# For parallel make, src should be built before leim.
 # "export PARALLEL=0" is for SGI's Make, to prevent it from
 # running more than 1 process in the leim directory, especially for
 # the $TIT files there.
@@ -790,6 +790,7 @@ bootstrap-build: FRC
 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
 bootstrap-clean-before: bootstrap-clean-before-fast FRC
        (cd lisp;     $(MAKE) $(MFLAGS) bootstrap-clean)
+       (cd leim;     $(MAKE) $(MFLAGS) bootstrap-clean)
 
 ### Used for `bootfast' to avoid deleting existing dumped Emacs executables
 ### and compiled .elc files.