| author | "Tomas Zeman <tzeman@volny.cz>" |
| Sun, 20 Jan 2008 00:12:17 +0100 | |
| changeset 1 | 30113bfbe723 |
| parent 0 | 6f7a81934006 |
| child 2 | b3afb9f1e801 |
| permissions | -rw-r--r-- |
| 0 | 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 |