summary refs log tree commit diff
path: root/doc/rfc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rfc/Makefile')
-rw-r--r--doc/rfc/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/rfc/Makefile b/doc/rfc/Makefile
index 445e1163..e185dd97 100644
--- a/doc/rfc/Makefile
+++ b/doc/rfc/Makefile
@@ -27,14 +27,6 @@ install: ${BINS} rfc.1
 	ln -fs rfc.1 ${MANDIR}/man1/rfctags.1
 	rsync -ptz ${RFCS} ${PREFIX}/share/rfc
 
-install-nvim: install rfc.vim
-	install -d ${PREFIX}/share/nvim/site/plugin
-	install -m 644 rfc.vim ${PREFIX}/share/nvim/site/plugin
-	(cd ${PREFIX}/share/rfc \
-		&& printf '!_TAG_FILE_SORTED\t2\ttags\n' \
-		&& ${PREFIX}/bin/rfctags *.txt) | sort -f > ${PREFIX}/share/rfc/tags
-
 uninstall:
 	rm -f ${BINS:%=${PREFIX}/bin/%} ${BINS:%=${MANDIR}/man1/%.1}
-	rm -f ${PREFIX}/share/nvim/site/plugin/rfc.vim
 	rm -fr ${PREFIX}/share/rfc