resetting manifest requested domain to floor
[platform/upstream/cscope.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = doc src contrib
4
5 EXTRA_DIST = INSTALL.gnu packages
6
7 dist-hook:
8         @for dir in `find $(distdir) -type d -name CVS -print`; do \
9           rm -rf $$dir; done