mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
* gettext-tools/misc/po-fetch.in: New file. * gettext-tools/misc/Makefile.am: New file. * gettext-tools/configure.ac: Add AC_CONFIG_FILES invocations for the misc/ directory. * gettext-tools/Makefile.am (SUBDIRS): Add misc. (EXTRA_DIST): Remove misc/disclaim-translations.txt. (pkgdata_DATA): Remove variable. * gettext-tools/doc/po-fetch.texi: New file. * gettext-tools/doc/Makefile.am (gettext_TEXINFOS): Add it. * gettext-tools/doc/gettext.texi (po-fetch): Add global menu entry. (po-fetch Invocation): New section. * PACKAGING: Mention the installed 'po-fetch' program. * NEWS: Mention 'po-fetch'.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
## Makefile for the gettext-tools/misc subdirectory of GNU gettext
|
|
## Copyright (C) 2025 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.
|
|
|
|
AUTOMAKE_OPTIONS = 1.2 gnits
|
|
EXTRA_DIST =
|
|
MOSTLYCLEANFILES =
|
|
CLEANFILES =
|
|
DISTCLEANFILES =
|
|
|
|
|
|
# Scripts for maintainers.
|
|
|
|
bin_SCRIPTS = po-fetch
|
|
|
|
DISTCLEANFILES += po-fetch
|
|
|
|
|
|
# Files installed for the user.
|
|
|
|
pkgdata_DATA = disclaim-translations.txt
|
|
EXTRA_DIST += disclaim-translations.txt
|