03-21-2000 bertrand <bg@aful.org> Temporarily removed the calendar from the subdirs list. The compilation errors confuse people. svn path=/trunk/; revision=2129
37 lines
498 B
Makefile
37 lines
498 B
Makefile
changelogs = \
|
|
ChangeLog
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS \
|
|
$(changelogs) \
|
|
README \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
NEWS
|
|
|
|
SUBDIRS = \
|
|
intl \
|
|
po \
|
|
macros \
|
|
data \
|
|
e-util \
|
|
widgets \
|
|
shell \
|
|
libibex \
|
|
camel \
|
|
filter \
|
|
composer \
|
|
mail \
|
|
tests \
|
|
addressbook \
|
|
libical \
|
|
libversit
|
|
# Add this when the calendar builds.
|
|
# calendar
|
|
|
|
dist-hook:
|
|
for subdir in intl ; do \
|
|
mkdir $(distdir)/$$subdir ; \
|
|
cp -pr $(srcdir)/$$subdir $(distdir) ; \
|
|
done
|