Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh15
-rw-r--r--boards/.cvsignore2
-rw-r--r--po/ChangeLog4
-rw-r--r--sounds/.cvsignore1
4 files changed, 22 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..8cda498
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="the package."
+
+(test -f $srcdir/configure.in) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level directory"
+ exit 1
+}
+
+. $srcdir/macros/autogen.sh
diff --git a/boards/.cvsignore b/boards/.cvsignore
index 6722cd9..dfbda92 100644
--- a/boards/.cvsignore
+++ b/boards/.cvsignore
@@ -1 +1,3 @@
*.xml
+Makefile
+Makefile.in
diff --git a/po/ChangeLog b/po/ChangeLog
index c4ddd79..5459179 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-08 gettextize <bug-gnu-utils@gnu.org>
+
+ * Makefile.in.in: Upgrade to gettext-0.10.39.
+
2002-01-06 Christophe Merlet <redfox@eikonex.org>
* fr.po: Updated French translation.
diff --git a/sounds/.cvsignore b/sounds/.cvsignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/sounds/.cvsignore
@@ -0,0 +1 @@
+Makefile