1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/vim_plugins_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