To: vim-dev@vim.org Subject: Patch 6.1.447 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.447 Problem: "make install" uses "make" directly for generating help tags. Solution: Use $(MAKE) instead of "make". (Tim Mooney) Files: src/Makefile *** ../vim61.446/src/Makefile Sat Mar 15 17:55:18 2003 --- src/Makefile Sun Apr 6 13:45:07 2003 *************** *** 1560,1566 **** $(HELPSOURCE)/evim.1 > $(DEST_MAN)/$(EVIMNAME).1 chmod $(MANMOD) $(DEST_MAN)/$(EVIMNAME).1 @echo generating help tags ! -@cd $(HELPSOURCE); make tags cd $(HELPSOURCE); $(INSTALL_DATA) *.txt tags $(DEST_HELP) cd $(DEST_HELP); chmod $(HELPMOD) *.txt tags $(INSTALL_DATA) $(HELPSOURCE)/*.pl $(DEST_HELP) --- 1560,1566 ---- $(HELPSOURCE)/evim.1 > $(DEST_MAN)/$(EVIMNAME).1 chmod $(MANMOD) $(DEST_MAN)/$(EVIMNAME).1 @echo generating help tags ! -@cd $(HELPSOURCE); $(MAKE) tags cd $(HELPSOURCE); $(INSTALL_DATA) *.txt tags $(DEST_HELP) cd $(DEST_HELP); chmod $(HELPMOD) *.txt tags $(INSTALL_DATA) $(HELPSOURCE)/*.pl $(DEST_HELP) *** ../vim61.446/src/version.c Sun Apr 6 15:17:31 2003 --- src/version.c Sun Apr 6 15:19:39 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 447, /**/ -- TALL KNIGHT: We are now no longer the Knights Who Say Ni! ONE KNIGHT: Ni! OTHERS: Sh! ONE KNIGHT: (whispers) Sorry. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///