summaryrefslogtreecommitdiff
path: root/editors/vim/patches/patch-af
blob: 73384a7ff4ebe77deedb82baadcca4cea207d032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-af,v 1.5 1999/11/22 08:49:15 tron Exp $

--- Makefile.orig	Sun Sep 19 14:27:33 1999
+++ Makefile	Sat Nov 20 11:48:07 1999
@@ -721,7 +721,7 @@
 ### might not work when they are changed!)
 VIMDIR = /vim
 VIMRTDIR = /vim55
-HELPSUBDIR = /doc
+HELPSUBDIR = /../../doc/vim
 SYNSUBDIR = /syntax
 MACROSUBDIR = /macros
 TOOLSSUBDIR = /tools
@@ -1330,6 +1330,7 @@
 
 # install the help files; first adjust the contents for the location
 installvimhelp: $(HELPSOURCE)/vim.1 $(MANSUBDIR) $(VIMLOC) $(VIMRTLOC) $(HELPSUBLOC) $(SYNSUBLOC) $(TUTORSUBLOC)
+	ln -s ${HELPSUBLOC} ${VIMRTLOC}/doc
 	@echo generating $(MANSUBDIR)/$(VIMNAME).1
 	@sed -e s+/usr/local/lib/vim+$(VIMLOC)+ \
 		-e s+$(VIMLOC)/doc+$(HELPENDLOC)+ \