From c58ca9522a1e3245c6da8de2d056c7ea3876b560 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 14 Feb 2003 20:48:48 +0000 Subject: [PATCH] Infrastructure for gettext-runtime directory. --- gettext-runtime/.cvsignore | 5 +++++ gettext-runtime/AUTHORS | 2 ++ gettext-runtime/ChangeLog | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 gettext-runtime/.cvsignore create mode 100644 gettext-runtime/AUTHORS diff --git a/gettext-runtime/.cvsignore b/gettext-runtime/.cvsignore new file mode 100644 index 000000000..9ca488281 --- /dev/null +++ b/gettext-runtime/.cvsignore @@ -0,0 +1,5 @@ +Makefile +config.cache +config.h +config.log +config.status diff --git a/gettext-runtime/AUTHORS b/gettext-runtime/AUTHORS new file mode 100644 index 000000000..658dca0ec --- /dev/null +++ b/gettext-runtime/AUTHORS @@ -0,0 +1,2 @@ +Ulrich Drepper wrote the intl subdirectory. +Bruno Haible added the intl-java and libasprintf subdirectories. diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 4e764d9e6..b956dc20c 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -3,5 +3,5 @@ Extracted from gettext package. * configure.ac: New file. * Makefile.am: New file. - * BUGS, COPYING, INSTALL, NEWS, README: New files. + * AUTHORS, BUGS, COPYING, INSTALL, NEWS, README: New files.