summaryrefslogtreecommitdiff
path: root/gnulib-local
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2012-12-12 11:57:57 +0900
committerDaiki Ueno <ueno@unixuser.org>2012-12-12 11:57:57 +0900
commit9d0422198a6905071e47fa85f3ca6562ea1a17c0 (patch)
tree5ee72de82f583df3cda21400391bf2c09bade113 /gnulib-local
parente9c5ba083a378df82c2a11d6e033e9060cb5fd2b (diff)
downloadgettext-9d0422198a6905071e47fa85f3ca6562ea1a17c0.tar.gz
Add notice about included external libraries.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog9
-rw-r--r--gnulib-local/Makefile.am3
-rw-r--r--gnulib-local/lib/glib/README1
-rw-r--r--gnulib-local/lib/libcroco/README1
-rw-r--r--gnulib-local/lib/libxml/README1
5 files changed, 15 insertions, 0 deletions
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 <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.
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.