]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Infrastructure for gettext-runtime directory.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 20:48:48 +0000 (20:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:03 +0000 (12:10 +0200)
gettext-runtime/.cvsignore [new file with mode: 0644]
gettext-runtime/AUTHORS [new file with mode: 0644]
gettext-runtime/ChangeLog

diff --git a/gettext-runtime/.cvsignore b/gettext-runtime/.cvsignore
new file mode 100644 (file)
index 0000000..9ca4882
--- /dev/null
@@ -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 (file)
index 0000000..658dca0
--- /dev/null
@@ -0,0 +1,2 @@
+Ulrich Drepper wrote the intl subdirectory.
+Bruno Haible added the intl-java and libasprintf subdirectories.
index 4e764d9e642ec5c2207e31f5721398715cd3839e..b956dc20c36578f5fe69601abe3ebaf153e444f8 100644 (file)
@@ -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.