emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
Date: Thu, 13 Oct 2005 11:53:40 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.46 emacs/lisp/makefile.w32-in:1.47
*** emacs/lisp/makefile.w32-in:1.46     Wed Oct 12 23:06:19 2005
--- emacs/lisp/makefile.w32-in  Thu Oct 13 15:53:38 2005
***************
*** 288,294 ****
  # Update MH-E internal autoloads. These are not to be confused with
  # the autoloads for the MH-E entry points, which are already in
  # loaddefs.el.
! MH-E-SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el  \
        $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el    \
        $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el           \
        $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el         \
--- 288,294 ----
  # Update MH-E internal autoloads. These are not to be confused with
  # the autoloads for the MH-E entry points, which are already in
  # loaddefs.el.
! MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el  \
        $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el    \
        $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el           \
        $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el         \
***************
*** 299,305 ****
        $(lisp)/mh-e/mh-utils.el
  
  mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
! $(lisp)/mh-e/mh-loaddefs.el: $(MH-E-SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo ";;" >> $@
        echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, 
Inc." >> $@
--- 299,305 ----
        $(lisp)/mh-e/mh-utils.el
  
  mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
! $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo ";;" >> $@
        echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, 
Inc." >> $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]