]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add notice about included external libraries.
authorDaiki Ueno <ueno@unixuser.org>
Wed, 12 Dec 2012 02:57:57 +0000 (11:57 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 12 Dec 2012 02:57:57 +0000 (11:57 +0900)
gnulib-local/ChangeLog
gnulib-local/Makefile.am
gnulib-local/lib/glib/README [new file with mode: 0644]
gnulib-local/lib/libcroco/README [new file with mode: 0644]
gnulib-local/lib/libxml/README [new file with mode: 0644]

index cb4c736c1f0d0b0152941299398c6e1f41af0ce6..767f6ad6e7681ac0f02c78e2a78c12d9175a7d76 100644 (file)
@@ -1,3 +1,12 @@
+2012-12-12  Daiki Ueno  <ueno@unixuser.org>
+
+       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  <eggert@cs.ucla.edu>
 
        Do not assume '#define ... defined ...' behavior.
index cc2628edc40659708c125150b13cb2f99748995b..ffe16f5ab54a9ac388d7200035e1bbecd680c597 100644 (file)
@@ -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 (file)
index 0000000..dfcc32f
--- /dev/null
@@ -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 (file)
index 0000000..dfcc32f
--- /dev/null
@@ -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 (file)
index 0000000..dfcc32f
--- /dev/null
@@ -0,0 +1 @@
+This is not part of the GNU gettext program, but is used with GNU gettext.