~ubuntu-branches/ubuntu/hardy/mailman/hardy-updates

« back to all changes in this revision

Viewing changes to misc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-03 16:59:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703165925-175ubna955u796c0
Tags: 0:2.1.8-1ubuntu1
* Merge to Debian; remaining Ubuntu changes:
  - debian/mailman.init: Create /var/{run,lock}/mailman.
  - debian/control: exim4 -> postfix.
* debian/control: Dependency fix: apache -> apache2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998-2004 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
12
12
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software 
15
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 
16
# USA.
16
17
 
17
18
# NOTE: Makefile.in is converted into Makefile by the configure script
18
19
# in the parent directory.  Once configure has run, you can recreate
52
53
SETUPCMD=       setup.py --quiet install $(SETUPINSTOPTS)
53
54
PKGDIR=         $(srcdir)
54
55
 
55
 
EMAILPKG=       email-2.5.5
56
 
JACODECSPKG=    JapaneseCodecs-1.4.10
 
56
EMAILPKG=       email-2.5.7
 
57
JACODECSPKG=    JapaneseCodecs-1.4.11
57
58
KOCODECSPKG=    KoreanCodecs-2.0.5
58
59
 
59
60
PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG)
77
78
install: install-other install-packages
78
79
 
79
80
install-other:
80
 
        $(INSTALL) -m $(FILEMODE) $(ICONS) $(DESTDIR)$(ICONDIR)
 
81
        for i in $(ICONS); \
 
82
        do \
 
83
          $(INSTALL) -m $(FILEMODE) $$i $(DESTDIR)$(ICONDIR); \
 
84
        done
81
85
        for d in $(PATHSDIRS); \
82
86
        do \
83
87
            dir=$(DESTDIR)$(prefix)/$$d; \