mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
10 lines
216 B
Makefile
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
|