[release-notes/gnome-2-30] Add files for 2-30 branch
- From: Paul Cutler <pcutler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-2-30] Add files for 2-30 branch
- Date: Sat, 27 Feb 2010 15:08:45 +0000 (UTC)
commit 30f839072862d6d04c51c72958364bab23b058c2
Author: Paul Cutler <pcutler gnome org>
Date: Sat Feb 27 09:08:30 2010 -0600
Add files for 2-30 branch
Makefile.am | 6 ++++++
autogen.sh | 24 ++++++++++++++++++++++++
configure.in | 11 +++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..2d03dc6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,6 @@
+SUBDIRS = help
+
+EXTRA_DIST = gnome-doc-utils.make
+DISTCLEANFILE = gnome-doc-utils.make
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
+
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..62900bc
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="release-notes"
+
+(test -f $srcdir/configure.in \
+ && test -d $srcdir/help) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level $PKG_NAME directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME SVN"
+ exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.6
+export REQUIRED_AUTOMAKE_VERSION
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.in b/configure.in
new file mode 100644
index 0000000..3737b77
--- /dev/null
+++ b/configure.in
@@ -0,0 +1,11 @@
+AC_INIT([release-notes],[2.26])
+
+AM_INIT_AUTOMAKE
+AM_MAINTAINER_MODE
+
+GNOME_DOC_INIT
+
+AC_OUTPUT([
+Makefile
+help/Makefile
+])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]