From 50f57e26358ae4d0d57ac9f985dde8521857cf65 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 6 Mar 2021 01:38:42 -0500 Subject: Remove rfc.vim I don't use neovim regularly anymore and I prefer rfc as an analog to man. --- doc/rfc/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc/rfc/Makefile') 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 -- cgit 1.4.1