~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE

SUBDIRS = etc man
if USE_LIBSUBST
SUBDIRS += subst
endif
SUBDIRS += tools mio sx util c2s router s2s sm storage

.PHONY: docs

docs: Doxyfile
	@doxygen

dist-hook:
	if grep 'AC_INIT.*dev' configure.ac ; then echo "Remove 'dev' version flag first!"; exit 1; else : ; fi
	find $(distdir) -depth \( -name CVS -o -name .svn -o -name .git \) -exec rm -rf {} \;