Makefile.am
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:25 +0100
changeset 3 3d1d327cfa68
parent 2 b3afb9f1e801
permissions -rw-r--r--
vmailmgr-0.97

if WANTPYTHON
SUBDIRS = python php lib authenticate commands daemon cgi doc scripts
else
SUBDIRS = php lib authenticate commands daemon cgi doc scripts
endif

dist-hook:
	cp -dP --parents `find lib/ac -name CVS -prune -o \( -not -name '*~' -a -type f -o -type l \) -print` $(distdir)
	sed -e s/@VERSION\@/@VERSION@/ <spec >$(distdir)/vmailmgr-@VERSION@.spec

docs:
	$(MAKE) -C doc all
	$(MAKE) -C daemon docs
	$(MAKE) -C commands docs