Update packaging instructions.

* PACKAGING: Update file list. Update C# explanations.
This commit is contained in:
Bruno Haible 2024-12-03 14:46:32 +01:00
parent fa57e052cf
commit c5b8db79e7

View File

@ -121,7 +121,7 @@ is according to the following file list.
$prefix/share/doc/gettext/FAQ.html
$prefix/share/doc/gettext/tutorial.html
$prefix/share/doc/gettext/examples/*
$prefix/share/info/gettext.info*
$prefix/share/info/gettext.info
$prefix/include/gettext-po.h
$prefix/lib/libgettextlib*
$prefix/lib/libgettextsrc*
@ -143,6 +143,7 @@ is according to the following file list.
$prefix/share/gettext/archive.git.tar.*
$prefix/share/gettext/archive.dir.tar.* (only installed if --without-git specified)
$prefix/share/gettext/archive.cvs.tar.* (only installed if --with-cvs specified)
$prefix/share/gettext/disclaim-translations.txt
$prefix/share/gettext-$VERSION/its/*
$prefix/share/aclocal/build-to-host.m4
$prefix/share/aclocal/gettext.m4
@ -176,4 +177,5 @@ the Java virtual machine (OpenJDK, Oracle Java, IBM Java, or other).
C# support:
-----------
For C# support, mono must be available at build time and at run time.
For C# support, either mono or dotnet must be available at build time and
at run time.