Patch 7.4.1633
Problem:    If the help tags file was removed "make install" fails. (Tony
            Mechelynck)
Solution:   Only try moving the file if it exists.
Files:      src/Makefile


*** ../vim-7.4.1632/src/Makefile        2016-03-21 22:38:30.666653968 +0100
--- src/Makefile        2016-03-21 22:36:40.439811969 +0100
***************
*** 2115,2125 ****
                $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \
                $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
        -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
-       @echo generating help tags
  # Generate the help tags with ":helptags" to handle all languages.
  # Move the distributed tags file aside and restore it, to avoid it being
  # different from the repository.
!       cd $(HELPSOURCE); mv -f tags tags.dist
        -@cd $(HELPSOURCE); $(MAKE) VIMEXE=$(DEST_BIN)/$(VIMTARGET) vimtags
        cd $(HELPSOURCE); \
                files=`ls *.txt tags`; \
--- 2115,2125 ----
                $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/xml $(DEST_PLUG) \
                $(DEST_TUTOR) $(DEST_SPELL) $(DEST_COMP)
        -$(SHELL) ./installman.sh install $(DEST_MAN) "" $(INSTALLMANARGS)
  # Generate the help tags with ":helptags" to handle all languages.
  # Move the distributed tags file aside and restore it, to avoid it being
  # different from the repository.
!       cd $(HELPSOURCE); if test -f tags; then mv -f tags tags.dist; fi
!       @echo generating help tags
        -@cd $(HELPSOURCE); $(MAKE) VIMEXE=$(DEST_BIN)/$(VIMTARGET) vimtags
        cd $(HELPSOURCE); \
                files=`ls *.txt tags`; \
***************
*** 2129,2135 ****
                chmod $(HELPMOD) $$files
        $(INSTALL_DATA)  $(HELPSOURCE)/*.pl $(DEST_HELP)
        chmod $(SCRIPTMOD) $(DEST_HELP)/*.pl
!       cd $(HELPSOURCE); mv -f tags.dist tags
  # install the menu files
        $(INSTALL_DATA) $(SCRIPTSOURCE)/menu.vim $(SYS_MENU_FILE)
        chmod $(VIMSCRIPTMOD) $(SYS_MENU_FILE)
--- 2129,2135 ----
                chmod $(HELPMOD) $$files
        $(INSTALL_DATA)  $(HELPSOURCE)/*.pl $(DEST_HELP)
        chmod $(SCRIPTMOD) $(DEST_HELP)/*.pl
!       cd $(HELPSOURCE); if test -f tags.dist; then mv -f tags.dist tags; fi
  # install the menu files
        $(INSTALL_DATA) $(SCRIPTSOURCE)/menu.vim $(SYS_MENU_FILE)
        chmod $(VIMSCRIPTMOD) $(SYS_MENU_FILE)
*** ../vim-7.4.1632/src/version.c       2016-03-21 22:38:30.670653926 +0100
--- src/version.c       2016-03-21 22:39:20.910126232 +0100
***************
*** 750,751 ****
--- 750,753 ----
  {   /* Add new patch number below this line */
+ /**/
+     1633,
  /**/

-- 
>From "know your smileys":
 [:-)   Frankenstein's monster

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui