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.
20 lines
363 B
Bash
Executable File
20 lines
363 B
Bash
Executable File
#!/bin/sh
|
|
# GNU gnulib localizations.
|
|
# This file is in the public domain.
|
|
#
|
|
# Script for regenerating all autogenerated files.
|
|
|
|
autopoint -f
|
|
rm po/Makevars.template
|
|
rm po/Rules-quot
|
|
rm po/boldquot.sed
|
|
rm po/en@boldquot.header
|
|
rm po/en@quot.header
|
|
rm po/insert-header.sed
|
|
rm po/quot.sed
|
|
|
|
aclocal -I m4
|
|
autoconf
|
|
automake --add-missing --copy
|
|
rm -rf autom4te.cache
|