From: Bruno Haible Date: Tue, 3 Dec 2024 13:46:32 +0000 (+0100) Subject: Update packaging instructions. X-Git-Tag: v0.23.1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f08bb8a07c290d9af6a99d3e1185ef3cfb2b039;p=thirdparty%2Fgettext.git Update packaging instructions. * PACKAGING: Update file list. Update C# explanations. --- diff --git a/PACKAGING b/PACKAGING index 849cddaf6..8a8666ed6 100644 --- a/PACKAGING +++ b/PACKAGING @@ -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.