emacs-devel
[Top][All Lists]
Advanced

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

Re: Failure to update info files.


From: Richard Stallman
Subject: Re: Failure to update info files.
Date: Tue, 30 Nov 2004 21:57:21 -0500

Does this fix it?

*** Makefile.in 20 Nov 2004 16:36:19 -0500      1.30
--- Makefile.in 30 Nov 2004 21:17:08 -0500      
***************
*** 124,130 ****
  distclean: clean
  
  maintainer-clean: clean
!       rm -f elisp elisp-[1-9] elisp-[1-9][0-9] elisp.dvi elisp.oaux
  
  dist: $(infodir)/elisp elisp.dvi
        -rm -rf temp
--- 124,131 ----
  distclean: clean
  
  maintainer-clean: clean
!       rm -f elisp.dvi elisp.oaux
!       cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9] 
  
  dist: $(infodir)/elisp elisp.dvi
        -rm -rf temp

Since the info files are generated by this makefile, I think it is
right for maintainer-clean in this makefile to delete them.




reply via email to

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