aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: ffa992309346b99b0de8176b48d932024fd2f176 (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
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
ohover'>Commit message (Expand)AuthorAgeFilesLines * Update to v5.23.7-66-g1a3756d.Mathieu Arnold2016-02-014-10/+19 * Update to v5.23.7-27-g6fa2dc6.Mathieu Arnold2016-01-256-8/+11 * Update to v5.23.6-113-gdff8a39.Mathieu Arnold2016-01-182-3/+3 * Update to v5.23.6-106-g0224bf4.Mathieu Arnold2016-01-136-18/+19 * Update to v5.23.6-46-g476d3d3.Mathieu Arnold2016-01-044-149/+3 * Update to v5.23.6-31-g7c69ad4.Mathieu Arnold2015-12-284-4/+6 * Upate to v5.23.5-265-gd66eeb1.Mathieu Arnold2015-12-215-10/+10 * Have patches for Perl ports use the correct file names.Mathieu Arnold2015-12-163-0/+0 * Update to v5.23.5-201-gd6fa2e2.Mathieu Arnold2015-12-144-5/+7 * Update to v5.23.5-139-g9da07e0.Mathieu Arnold2015-12-072-3/+3 * Update to v5.23.5-81-g4c29884.Mathieu Arnold2015-11-303-5/+5 * Update to v5.23.5-23-g04106f2.Mathieu Arnold2015-11-235-10/+9 * Update to v5.23.4-119-g0632167.Mathieu Arnold2015-11-162-3/+3 * Update to v5.23.4-84-g28aaeb3.Mathieu Arnold2015-11-094-16/+21 * Remove outdated comments.Mathieu Arnold2015-11-051-1/+0 * Update to v5.23.4-68-g0ad694a.Mathieu Arnold2015-11-025-14/+11 * Update to v5.23.4-27-geeb9a2f.Mathieu Arnold2015-10-274-4/+6 * Update to v5.23.3-166-ga6d3278.Mathieu Arnold2015-10-195-13/+13 * Try to fix upgrading a non default Perl version that is supposed to beMathieu Arnold2015-10-151-0/+15 * One more patch to make all tests go green.Mathieu Arnold2015-10-141-0/+20 * Make it so that less tests fail.Mathieu Arnold2015-10-141-0/+11 * Update to v5.23.3-106-ga0c8eb5.Mathieu Arnold2015-10-122-3/+3 * Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1 * Update to v5.23.3-69-g0648b1f.Mathieu Arnold2015-10-082-4/+4 * Use the test framework to run perl's tests.Mathieu Arnold2015-10-081-5/+3 * Update to v5.23.3-12-g96f902f.Mathieu Arnold2015-09-282-3/+3 * Update to v5.23.3-7-ge120c24Mathieu Arnold2015-09-234-5/+7 * SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.Mathieu Arnold2015-09-152-2/+2 * Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-145-282/+320 * Managed to forget the plist in r396883.Mathieu Arnold2015-09-141-1/+3 * Update to v5.23.2-245-g801fcc2.Mathieu Arnold2015-09-142-3/+3 * Update to v5.23.2-208-g7ce1b4c.Mathieu Arnold2015-09-088-15/+17 * Fix last commit.Mathieu Arnold2015-08-311-1/+1 * To ease up with future upgrades, move PERL_VERSION into a separate file.Mathieu Arnold2015-08-314-60/+5 * Update to v5.23.2-66-gbdc4e4b.Mathieu Arnold2015-08-312-3/+3 * Update to v5.23.2-22-g354f3e4.Mathieu Arnold2015-08-243-5/+7 * Update to v5.23.1-198-g0ba9d88.Mathieu Arnold2015-08-172-3/+3 * Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.Mathieu Arnold2015-08-162-0/+12 * Update to v5.23.1-188-gd29663d.Mathieu Arnold2015-08-102-3/+3 * Update to v5.23.1-168-gd570e6e.Mathieu Arnold2015-08-053-25/+28 * Update to v5.23.1-44-g6f00a56.Mathieu Arnold2015-07-283-4/+8 * Convert the post-patch target to use the new target option helpers.Mathieu Arnold2015-07-211-8/+2 * Update to v5.23.0-132-g1c9e1c2.Mathieu Arnold2015-07-203-7/+7 * Update to v5.23.0-121-g0d610ac.Mathieu Arnold2015-07-162-3/+3 * Update to v5.23.0-85-g18b0188.Mathieu Arnold2015-07-063-3/+5 * Update to v5.23.0-63-g6012112.Mathieu Arnold2015-06-292-4/+3 * Make Perl behave nicely, and install files 644 and not 444.Mathieu Arnold2015-06-292-0/+12 * Update to v5.23.0-7-gd9fc04e.Mathieu Arnold2015-06-224-10/+60 * Update to v5.22.0-125-g4b95171.Mathieu Arnold2015-06-163-5/+5 * Update to v5.22.0-72-g73949fc.Mathieu Arnold2015-06-083-6/+3 * Update to v5.22.0-9-g4e3e12f, fix feature.pm.Mathieu Arnold2015-06-023-27/+3 * Update lang/perl5.22 to 5.22.0, and lang/perl5-devel to 5.23.0-ish.Mathieu Arnold2015-06-023-4/+6 * Update to v5.22.0-RC2-1-gdfd03a6.Mathieu Arnold2015-05-262-5/+12 * Update to v5.22.0-RC1.Mathieu Arnold2015-05-192-4/+4 * Update to v5.21.11-140-g96623e3.Mathieu Arnold2015-05-182-3/+3 * Update to v5.21.11-102-g9477009.Mathieu Arnold2015-05-113-6/+6 * Update to v5.21.11-26-g86c3558.Mathieu Arnold2015-05-042-3/+3 * Have perldoc use mandoc before *roff. Also, fix perldoc when using more as aMathieu Arnold2015-04-274-1/+32 * Update to v5.21.11-19-g257844b.Mathieu Arnold2015-04-273-4/+6 * Update to v5.21.10-105-g47cb8dd.Mathieu Arnold2015-04-202-3/+3