emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/leim/makefile.w32-in
Date: Sat, 04 Jun 2005 14:15:42 -0400

Index: emacs/leim/makefile.w32-in
diff -c emacs/leim/makefile.w32-in:1.27 emacs/leim/makefile.w32-in:1.28
*** emacs/leim/makefile.w32-in:1.27     Fri Jun 11 02:39:49 2004
--- emacs/leim/makefile.w32-in  Sat Jun  4 18:15:42 2005
***************
*** 1,6 ****
  # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 
API.
  # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
! # Licensed to the Free Software Foundation.
  
  # This file is part of GNU Emacs.
  
--- 1,7 ----
  # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 
API.
  # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
! #   Licensed to the Free Software Foundation.
! # Copyright (C) 2005, Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 197,205 ****
        - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
        - $(DEL) leim-list.el
  
! distclean clean:
        - $(DELTREE) $(SUBDIRS)
        - $(DEL) stamp-subdir
  
  maintainer-clean: distclean
        - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
--- 198,209 ----
        - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
        - $(DEL) leim-list.el
  
! distclean: clean
        - $(DELTREE) $(SUBDIRS)
        - $(DEL) stamp-subdir
  
  maintainer-clean: distclean
        - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+ 
+ extraclean: maintainer-clean
+       - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)




reply via email to

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