Set VIM tab indent size to 2.
[lufs.git] / Makefile.am
1 SUBDIRS=kernel lufsd filesystems util include man
2 DIST_SUBDIRS=kernel lufsd filesystems util include docs man
3
4 EXTRA_DIST=Contributors lufs.spec.in
5
6 EXTRA_DIST+= \
7                 cvs2cl-usermap \
8                 ChangeLog.captive \
9                 .vimrc
10
11 MAINTAINERCLEANFILES= \
12                 ChangeLog.captive
13
14 CLEANFILES= \
15                 ChangeLog.captive.bak
16
17 if MAINTAINER_MODE
18 ChangeLog.captive:
19         cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@
20
21 else
22 ChangeLog.captive:
23         touch $@
24
25 endif