$prefix/lib/gettext/*
$prefix/share/locale/*/LC_MESSAGES/gettext-tools.mo
$prefix/share/gettext/config.rpath
- $prefix/share/gettext/intl/*
$prefix/share/gettext/po/*
$prefix/share/gettext/projects/*
$prefix/share/gettext/gettext.h
datarootdir = @datarootdir@
datadir = @datadir@
localedir = @localedir@
-gettextsrcdir = $(datadir)/gettext/intl
aliaspath = $(localedir)
subdir = intl
DISTFILES.generated = plural.c
DISTFILES.normal = VERSION
DISTFILES.gettext = ChangeLog COPYING.LIB INSTALL.windows libintl.glibc
-DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
-COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 \
-gettext.h libgettext.h plural-eval.c libgnuintl.h \
-libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static \
-libgnuintl.h.msvc-shared Makefile.msvc
all: all-@USE_INCLUDED_LIBINTL@
all-yes: libintl.$la libintl.h ref-add.sed ref-del.sed
: ; \
fi
install-data: all
- if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
- $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
- dists="COPYING.LIB $(DISTFILES.common)"; \
- for file in $$dists; do \
- $(INSTALL_DATA) $(srcdir)/$$file \
- $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- dists="$(DISTFILES.generated)"; \
- for file in $$dists; do \
- if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
- $(INSTALL_DATA) $$dir/$$file \
- $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- dists="$(DISTFILES.obsolete)"; \
- for file in $$dists; do \
- rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
- done; \
- else \
- : ; \
- fi
install-strip: install
else \
: ; \
fi
- if test "$(PACKAGE)" = "gettext-tools"; then \
- $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
- else \
- : ; \
- fi
# Define this as empty until I found a useful application.
installcheck:
#! /bin/sh
#
-# Copyright (C) 2002, 2006, 2009-2010, 2015-2016 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2006, 2009-2010, 2018 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
# Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz
-# Adds the infrastructure files for gettext version 0.xx.yy to the reposutory
+# Adds the infrastructure files for gettext version 0.xx.yy to the repository
# in the archive.dir.tar file.
if test $# != 1; then
cp -p $file "$work_archive/$file" ;;
esac
done
- mkdir "$work_archive/intl"
- cd intl
- for file in *; do
- if test $file != COPYING.LIB-2 && test $file != COPYING.LIB-2.0 && test $file != COPYING.LIB-2.1; then
- cp -p $file "$work_archive/intl/$file"
- fi
- done
- cd ..
mkdir "$work_archive/po"
cd po
for file in *; do