aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 62ebf01a4e79fac673ca4068e2fe3adbe0d38f23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
changelogs =            \
    ChangeLog

EXTRA_DIST =            \
    AUTHORS         \
    $(changelogs)       \
    README          \
    HACKING         \
    MAINTAINERS     \
    NEWS

SUBDIRS =           \
    intl            \
    macros          \
    data            \
    e-util          \
    widgets         \
    shell           \
    libibex         \
    camel           \
    filter          \
    composer        \
    mail            \
    libical         \
    libversit       \
    addressbook     \
    calendar        \
    wombat          \
    art         \
    default_user        \
    tools           \
    po

dist-hook:
    for subdir in intl ; do \
      mkdir $(distdir)/$$subdir ; \
      cp -pr $(srcdir)/$$subdir $(distdir) ; \
    done
4-061-1/+0 * Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-211-1/+1 * MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1 * Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-031-2/+1 * Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1 * - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-5/+2 * Style: tab -> space.Eitan Adler2013-03-291-1/+1 * - Reassign to the heapGreg Larkin2012-02-281-1/+1 * - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0 * Mirror the misc/histring and net/tcpcat sources at MASTER_SITE_LOCAL,Peter Pentchev2006-08-171-1/+3 * Fix the master sites and the pkg-descr WWW lines.Peter Pentchev2005-12-133-2/+3