Makefile.am
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 if WANTPYTHON
       
     2 SUBDIRS = python php lib authenticate commands daemon cgi doc scripts
       
     3 else
       
     4 SUBDIRS = php lib authenticate commands daemon cgi doc scripts
       
     5 endif
       
     6 
       
     7 dist-hook:
       
     8 	cp -dP `find lib/ac -name CVS -prune -o \( -not -name '*~' -a -type f -o -type l \) -print` $(distdir)
       
     9 	sed -e s/@VERSION\@/@VERSION@/ <spec >$(distdir)/vmailmgr-@VERSION@.spec
       
    10 
       
    11 docs:
       
    12 	$(MAKE) -C doc all
       
    13 	$(MAKE) -C daemon docs
       
    14 	$(MAKE) -C commands docs