diff options
author | June McEnroe <june@causal.agency> | 2021-03-06 01:38:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-06 01:38:42 -0500 |
commit | 50f57e26358ae4d0d57ac9f985dde8521857cf65 (patch) | |
tree | 3f9b5385cc6caa3e837f428beaa2aa8b6021f28f /doc/rfc/Makefile | |
parent | Publish "Mailing List" (diff) | |
download | src-50f57e26358ae4d0d57ac9f985dde8521857cf65.tar.gz src-50f57e26358ae4d0d57ac9f985dde8521857cf65.zip |
Remove rfc.vim
I don't use neovim regularly anymore and I prefer rfc as an analog to man.
Diffstat (limited to 'doc/rfc/Makefile')
-rw-r--r-- | doc/rfc/Makefile | 8 |
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 |