diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 02:28:57 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 02:28:57 +0000 |
commit | d3916bd5516948a91cf67224623f3092f694bd58 (patch) | |
tree | 18096e6d4b4c9cd7cc76d73ca1a41bba12540093 /Makefile.am | |
parent | 197edbdb8f93b9ccf5a8da0239f320b770a2bd50 (diff) | |
download | fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.tar.gz fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.tar.bz2 fetchmail-d3916bd5516948a91cf67224623f3092f694bd58.zip |
Drop the 476 kB intl/ directory from the distribution.
svn path=/trunk/; revision=4203
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 5c6d1a1a..aff544ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ # Makefile for fetchmail -SUBDIRS= intl m4 m4-local po +SUBDIRS= m4 m4-local po AM_CFLAGS= @CEFLAGS@ -AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl -I$(top_builddir)/intl +AM_CPPFLAGS= @CPFLAGS@ AM_LDFLAGS= @LDEFLAGS@ ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d @@ -103,8 +103,8 @@ fetchmail-man.html: fetchmail.man || { rm -f $@ ; exit 1 ; } dist-hook: - cd $(distdir) && find $(distdirs) intl po -name .svn -type d -prune -exec rm -rf '{}' ';' - cd $(distdir) && find $(distdirs) intl po -name '*~' -exec rm -f '{}' ';' + cd $(distdir) && find $(distdirs) po -name .svn -type d -prune -exec rm -rf '{}' ';' + cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' # The following sets edit modes for GNU EMACS. # Local Variables: |