mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
rename vim_plugins_src to vim_plugin_candinates_src and used as an plugin candinate dir
This commit is contained in:
9
vim_plugin_candinates_src/cscope-15.8a/Makefile.am
Normal file
9
vim_plugin_candinates_src/cscope-15.8a/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = doc src contrib
|
||||
|
||||
EXTRA_DIST = INSTALL.gnu packages
|
||||
|
||||
dist-hook:
|
||||
@for dir in `find $(distdir) -type d -name CVS -print`; do \
|
||||
rm -rf $$dir; done
|
Reference in New Issue
Block a user