emacs-pretest-bug
[Top][All Lists]
Advanced

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

update-authors in lisp/Makefile.in.


From: Lute Kamstra
Subject: update-authors in lisp/Makefile.in.
Date: Mon, 11 Apr 2005 16:42:25 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

The command for the target update-authors in lisp/Makefile.in fails
because batch-update-authors isn't autoloaded.  What about the
following fix?

Lute.


Index: lisp/Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.61
diff -c -r1.61 Makefile.in
*** lisp/Makefile.in    20 Nov 2004 10:35:04 -0000      1.61
--- lisp/Makefile.in    11 Apr 2005 14:34:55 -0000
***************
*** 1,5 ****
  # Maintenance productions for the Lisp directory
! # Copyright (C) 2000, 01, 03, 2004  Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
--- 1,5 ----
  # Maintenance productions for the Lisp directory
! # Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 192,198 ****
  # Update the AUTHORS file.
  
  update-authors:
!       $(emacs) -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)
  
  TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
        els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e 
"s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
--- 192,198 ----
  # Update the AUTHORS file.
  
  update-authors:
!       $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)
  
  TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
        els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e 
"s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \




reply via email to

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