mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* po/Makefile: New file. * po/Makevars: New file, based on the template from GNU gettext. * gnulib-l10n/README: New file. * gnulib-l10n/configure.ac: New file. * gnulib-l10n/Makefile.am: New file. * gnulib-l10n/m4/Makefile.am: New file. * gnulib-l10n/autogen.sh: New file. * gnulib-l10n/autoclean.sh: New file. * Makefile (gnulib.pot, gnulib-tp-snapshot, gnulib-l10n-release): New targets.
23 lines
984 B
Makefile
23 lines
984 B
Makefile
## Makefile for the m4 directory of the GNU gnulib localizations
|
|
## Copyright (C) 2024 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
|
|
## the Free Software Foundation; either version 3 of the License, or
|
|
## (at your option) any later version.
|
|
##
|
|
## This program is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
## You should have received a copy of the GNU General Public License
|
|
## along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
EXTRA_DIST = \
|
|
gettext.m4 build-to-host.m4 host-cpu-c-abi.m4 \
|
|
iconv.m4 intlmacosx.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
|
nls.m4 po.m4 progtest.m4
|