From: Daiki Ueno Date: Wed, 12 Dec 2012 02:57:57 +0000 (+0900) Subject: Add notice about included external libraries. X-Git-Tag: v0.18.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0422198a6905071e47fa85f3ca6562ea1a17c0;p=thirdparty%2Fgettext.git Add notice about included external libraries. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index cb4c736c1..767f6ad6e 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,12 @@ +2012-12-12 Daiki Ueno + + Add notice about included external libraries. + As per "External Libraries" in the (maintain) manual. + * lib/glib/README: New file. + * lib/libcroco/README: New file. + * lib/libxml/README: New file. + * Makefile.am (EXTRA_DIST): Add them. + 2012-07-11 Paul Eggert Do not assume '#define ... defined ...' behavior. diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index cc2628edc..ffe16f5ab 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -48,6 +48,7 @@ lib/gl_array_list.h.diff \ lib/gl_linkedhash_list.h.diff \ lib/glib.in.h \ lib/glibconfig.in.h \ +lib/glib/README \ lib/glib/ghash.c \ lib/glib/ghash.in.h \ lib/glib/glist.c \ @@ -68,6 +69,7 @@ lib/html-styled-ostream.oo.c \ lib/html-styled-ostream.oo.h \ lib/iconv-ostream.oo.c \ lib/iconv-ostream.oo.h \ +lib/libcroco/README \ lib/libcroco/cr-additional-sel.c \ lib/libcroco/cr-additional-sel.h \ lib/libcroco/cr-attr-sel.c \ @@ -129,6 +131,7 @@ lib/libxml/HTMLparser.c \ lib/libxml/HTMLparser.in.h \ lib/libxml/HTMLtree.c \ lib/libxml/HTMLtree.in.h \ +lib/libxml/README \ lib/libxml/SAX.c \ lib/libxml/SAX2.c \ lib/libxml/SAX2.in.h \ diff --git a/gnulib-local/lib/glib/README b/gnulib-local/lib/glib/README new file mode 100644 index 000000000..dfcc32f47 --- /dev/null +++ b/gnulib-local/lib/glib/README @@ -0,0 +1 @@ +This is not part of the GNU gettext program, but is used with GNU gettext. diff --git a/gnulib-local/lib/libcroco/README b/gnulib-local/lib/libcroco/README new file mode 100644 index 000000000..dfcc32f47 --- /dev/null +++ b/gnulib-local/lib/libcroco/README @@ -0,0 +1 @@ +This is not part of the GNU gettext program, but is used with GNU gettext. diff --git a/gnulib-local/lib/libxml/README b/gnulib-local/lib/libxml/README new file mode 100644 index 000000000..dfcc32f47 --- /dev/null +++ b/gnulib-local/lib/libxml/README @@ -0,0 +1 @@ +This is not part of the GNU gettext program, but is used with GNU gettext.