2004-02-14 01:56:45 +03:00
#
2004-03-30 23:35:44 +04:00
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
2004-02-14 01:56:45 +03:00
#
2004-03-30 23:35:44 +04:00
# This file is part of the LVM2.
2004-02-14 01:56:45 +03:00
#
2004-03-30 23:35:44 +04:00
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
2004-02-14 01:56:45 +03:00
#
2004-03-30 23:35:44 +04:00
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2004-02-14 01:56:45 +03:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
LANGS = de
TARGETS = $( LANGS:%= %.mo)
2004-06-15 21:25:07 +04:00
i n c l u d e $( top_srcdir ) / m a k e . t m p l
2004-02-14 01:56:45 +03:00
install : $( TARGETS )
@echo Installing translation files in $( localedir)
@( \
for lang in $( LANGS) ; do \
2004-04-19 17:10:06 +04:00
$( INSTALL) -D $( OWNER) $( GROUP) -m 444 $$ lang.mo \
2004-02-14 01:56:45 +03:00
$( localedir) /$$ lang/LC_MESSAGES/@INTL_PACKAGE@.mo; \
done ; \
)
pofile : lvm 2.po
lvm2.po : Makefile $( top_srcdir ) /tools /*.pot $( top_srcdir ) /lib /*/*.pot
@echo Compiling string table
@xgettext -C -F --keyword= print_log --keyword= log_debug \
--keyword= log_info --keyword= _ --keyword= N_ \
--keyword= log_notice --keyword= log_warn --keyword= log_err \
--keyword= log_fatal --keyword= log_debug --keyword= log_error \
--keyword= log_print --keyword= log_verbose \
--keyword= log_very_verbose -d - \
$( top_srcdir) /tools/*.pot $( top_srcdir) /lib/*/*.pot \
> $@