mirror of
1
0
Fork 0
ultimate-vim/vim_plugin_candinates_src/cscope-15.8a/Makefile.am

10 lines
216 B
Makefile

## 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