equal
deleted
inserted
replaced
3 else |
3 else |
4 SUBDIRS = php lib authenticate commands daemon cgi doc scripts |
4 SUBDIRS = php lib authenticate commands daemon cgi doc scripts |
5 endif |
5 endif |
6 |
6 |
7 dist-hook: |
7 dist-hook: |
8 cp -dP `find lib/ac -name CVS -prune -o \( -not -name '*~' -a -type f -o -type l \) -print` $(distdir) |
8 cp -dP --parents `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 |
9 sed -e s/@VERSION\@/@VERSION@/ <spec >$(distdir)/vmailmgr-@VERSION@.spec |
10 |
10 |
11 docs: |
11 docs: |
12 $(MAKE) -C doc all |
12 $(MAKE) -C doc all |
13 $(MAKE) -C daemon docs |
13 $(MAKE) -C daemon docs |