~ulrith/mailman/russian-2.1.20

765 by tkikuchi
New language: 'ia' for Interlingua.
1
# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
1 by
This commit was manufactured by cvs2svn to create branch
2
#
3
# This program is free software; you can redistribute it and/or
4
# modify it under the terms of the GNU General Public License
5
# as published by the Free Software Foundation; either version 2
6
# of the License, or (at your option) any later version.
7
# 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
# 
13
# You should have received a copy of the GNU General Public License
14
# along with this program; if not, write to the Free Software 
749 by tkikuchi
FSF office has moved to 51 Franklin Street.
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1 by
This commit was manufactured by cvs2svn to create branch
16
17
# NOTE: Makefile.in is converted into Makefile by the configure script
18
# in the parent directory.  Once configure has run, you can recreate
19
# the Makefile by running just config.status.
20
21
# Variables set by configure
22
23
VPATH=		@srcdir@
24
srcdir= 	@srcdir@
25
bindir= 	@bindir@
26
prefix=   	@prefix@
27
exec_prefix=	@exec_prefix@
25 by bwarsaw
Backporting SF patch #683906, add $DESTDIR to install target, by
28
DESTDIR=
1 by
This commit was manufactured by cvs2svn to create branch
29
30
CC=		@CC@
31
CHMOD=  	@CHMOD@
32
INSTALL=	@INSTALL@
33
TRUE=		@TRUE@
34
35
DEFS=   	@DEFS@
36
37
# Customizable but not set by configure
38
39
OPT=		@OPT@
40
CFLAGS=		$(OPT) $(DEFS)
41
TEMPLATEDIR= 	$(prefix)/templates
42
43
SHELL=		/bin/sh
44
1386 by Mark Sapiro
- added Persian (Farsi - fa) language.
45
LANGUAGES=	ar ast ca cs da de el en es et eu fa fi fr gl he hr hu ia it \
46
		ja ko lt nl no pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN \
47
		zh_TW
1 by
This commit was manufactured by cvs2svn to create branch
48
49
# Modes for directories and executables created by the install
50
# process.  Default to group-writable directories but
51
# user-only-writable for executables.
52
DIRMODE=	775
53
EXEMODE=	755
54
FILEMODE=	644
55
INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
56
57
58
# Rules
59
60
all:
61
62
install:
63
	for d in $(LANGUAGES); \
64
	do \
25 by bwarsaw
Backporting SF patch #683906, add $DESTDIR to install target, by
65
	    $(srcdir)/../mkinstalldirs $(DESTDIR)$(TEMPLATEDIR)/$$d; \
1 by
This commit was manufactured by cvs2svn to create branch
66
	    for f in $(srcdir)/$$d/*.html $(srcdir)/$$d/*.txt; \
67
	    do \
25 by bwarsaw
Backporting SF patch #683906, add $DESTDIR to install target, by
68
	    	$(INSTALL) -m $(FILEMODE) $$f $(DESTDIR)$(TEMPLATEDIR)/$$d; \
1 by
This commit was manufactured by cvs2svn to create branch
69
	    done; \
70
	done
71
72
finish:
73
74
clean:
75
76
distclean:
77
	-rm -f Makefile