~ubuntu-branches/ubuntu/maverick/fetchmail/maverick-updates

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-07-25 03:17:28 UTC
  • mfrom: (0.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100725031728-mm78sfgx9d656h9r
Tags: 6.3.17-4ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #609634)
  - debian/init, debian/fetchmail.postinst: don't stop fetchmail in
    runlevels [06], the default 'killall' handler should be sufficient
    because fetchmail writes are properly completed before telling the
    server it's ok to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                socket.c getpass.c \
67
67
                fetchmail.c env.c idle.c options.c daemon.c \
68
68
                driver.c transact.c sink.c smtp.c \
69
 
                uid.c mxget.c md5ify.c cram.c gssapi.c \
 
69
                idlist.c uid.c mxget.c md5ify.c cram.c gssapi.c \
70
70
                opie.c interface.c netrc.c \
71
71
                unmime.c conf.c checkalias.c \
72
72
                lock.h lock.c \
126
126
                fetchmail-features.html README.SSL README.NTLM \
127
127
                README.packaging README.SSL-SERVER \
128
128
                fetchmail-FAQ.book fetchmail-FAQ.pdf fetchmail-FAQ.html \
 
129
                fetchmail-SA-2010-02.txt \
129
130
                fetchmail-SA-2010-01.txt \
130
131
                fetchmail-SA-2009-01.txt \
131
132
                fetchmail-SA-2008-01.txt \
224
225
rsync:  distdir $(srcdir)/.rsyncs
225
226
        @( cat $(srcdir)/.rsyncs | sed -e 's}^}rsync -aH --delete-after $(PACKAGE)-$(VERSION)/ }; s/\($$\)/ \&/;' ; echo "wait" ) | $(SHELL) -x
226
227
 
 
228
.PHONY: import-translations
 
229
import-translations:
 
230
        rsync -Lrtvz translationproject.org::tp/latest/fetchmail/  $(top_srcdir)/po
 
231
        cd $(top_builddir)/po && $(MAKE) update-po
 
232
 
227
233
# The following sets edit modes for GNU EMACS.
228
234
# Local Variables:
229
235
# compile-command:"configure"