Don't instally {ex,view}.1 links.

Reported by:	Alex Vasylenko <lxv@omut.org>
This commit is contained in:
David E. O'Brien 2003-11-01 23:41:22 +00:00
parent f31caf8e1f
commit 221c4a5253
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92808

View File

@ -1,15 +1,25 @@
--- Makefile.orig Sun Mar 24 02:41:30 2002
+++ Makefile Mon Jun 10 17:18:07 2002
@@ -282,2 +282,3 @@
--- Makefile.orig Sun Jun 1 06:18:29 2003
+++ Makefile Sat Nov 1 15:39:09 2003
@@ -288,6 +288,7 @@
# of make, will buid Vim.
# CONFIGURE - configure arguments {{{1
+CONF_ARGS = --prefix=$(PREFIX)
# You can give a lot of options to configure.
@@ -1651,3 +1652,3 @@
# Change this to your desire and do 'make config' afterwards
@@ -1733,7 +1734,7 @@
INSTALL_DATA=$(INSTALL_DATA) FILEMOD=$(FILEMOD) install; \
fi
if test -d $(LANGSOURCE); then \
- $(INSTALL_DATA) $(LANGSOURCE)/README.txt $(LANGSOURCE)/*.vim $(DEST_LANG); \
+ $(INSTALL_DATA) $(LANGSOURCE)/*.vim $(DEST_LANG); \
chmod $(FILEMOD) $(DEST_LANG)/*.vim; \
@@ -1712,36 +1713,36 @@
chmod $(FILEMOD) $(DEST_LANG)/README.txt $(DEST_LANG)/*.vim; \
fi
if test -d $(KMAPSOURCE); then \
@@ -1794,40 +1795,40 @@
installgvimdiff: $(DEST_BIN)/$(GVIMDIFFTARGET)
$(DEST_BIN)/$(EXTARGET):
- cd $(DEST_BIN); ln -s $(VIMTARGET) $(EXTARGET)
+ #cd $(DEST_BIN); ln -sf $(VIMTARGET) $(EXTARGET)
@ -58,14 +68,18 @@
- cd $(DEST_BIN); ln -s $(VIMTARGET) $(EVIEWTARGET)
+ cd $(DEST_BIN); ln -sf $(VIMTARGET) $(EVIEWTARGET)
@@ -1763,30 +1764,30 @@
# create links for the manual pages with various names to vim. This is only
# done when the links (or manpages with the same name) don't exist yet.
@@ -1845,34 +1846,34 @@
$(DEST_MAN)/$(EVIEWNAME).1
$(DEST_MAN)/$(EXNAME).1:
- cd $(DEST_MAN); ln -s $(VIMNAME).1 $(EXNAME).1
+ cd $(DEST_MAN); ln -sf $(VIMNAME).1 $(EXNAME).1
+ #cd $(DEST_MAN); ln -sf $(VIMNAME).1 $(EXNAME).1
$(DEST_MAN)/$(VIEWNAME).1:
- cd $(DEST_MAN); ln -s $(VIMNAME).1 $(VIEWNAME).1
+ cd $(DEST_MAN); ln -sf $(VIMNAME).1 $(VIEWNAME).1
+ #cd $(DEST_MAN); ln -sf $(VIMNAME).1 $(VIEWNAME).1
$(DEST_MAN)/$(GVIMNAME).1:
- cd $(DEST_MAN); ln -s $(VIMNAME).1 $(GVIMNAME).1
@ -99,3 +113,5 @@
- cd $(DEST_MAN); ln -s $(EVIMNAME).1 $(EVIEWNAME).1
+ cd $(DEST_MAN); ln -sf $(EVIMNAME).1 $(EVIEWNAME).1
uninstall: uninstall_runtime
-rm -f $(DEST_BIN)/$(VIMTARGET)