Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info



On May 31,  7:10pm, Andrej Borsenkow wrote:
} Subject: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
}
} Yep. At least in my case makeinfo creates ten info files ...

Need to handle the uninstall case too.


*** Doc/Makefile.in	1999/05/31 18:46:18	1.15
--- Doc/Makefile.in	1999/05/31 18:49:13
***************
*** 200,206 ****
  
  # uninstall info pages
  uninstall.info:
! 	rm -f $(infodir)/zsh.info $(infodir)/zsh.info-[1-9]
  
  # ========== DEPENDENCIES FOR CLEANUP ==========
  
--- 200,206 ----
  
  # uninstall info pages
  uninstall.info:
! 	rm -f $(infodir)/zsh.info $(infodir)/zsh.info-[1-9]*
  
  # ========== DEPENDENCIES FOR CLEANUP ==========
  

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author