Tony wrote:
> On Sat, Jul 7, 2018 at 10:27 PM, Bram Moolenaar <[email protected]> wrote: > > > > Patch 8.1.0162 > > Problem: Danish and German man pages are not installed. (Tony Mechelynck) > > Solution: Adjust the makefile > > Files: src/Makefile > > After applying this patch, then running "make" (apparently unneeded) > and "make install" I get a lot of "No such file or directory" errors > from sed, cp and chmod in the first part (only) of installing the > Danish and German manpages, see below. Maybe I did something wrong but > I can't guess what. > > Oh, and the listing excerpt below is from running "make install" in my > src/shadow-huge/ directory but I get the same errors from "make > install-languages" in the src/ directory one step higher. The list of files to be installed includes non-existing files. Some translations are missing. The install script handles the missing files, just skips over them. This also happens when not unpacking the archive with translations (if you still use archives instead of cloning the repository). -- $ echo pizza > /dev/oven /// 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.
