[release-notes/gnome-3-2] [3.2] Skeleton release notes



commit c13f9920d6e534b2acb0782d401469e4dfb0dd76
Author: Andre Klapper <a9016009 gmx de>
Date:   Wed Aug 31 16:36:27 2011 +0200

    [3.2] Skeleton release notes

 Makefile.am      |    6 ++++++
 autogen.sh       |   24 ++++++++++++++++++++++++
 configure.ac     |   11 +++++++++++
 help/Makefile.am |   17 +++++++++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)
---
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/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..ea1386c
--- /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.ac \
+  && 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 Git"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.6
+export REQUIRED_AUTOMAKE_VERSION
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..03be775
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,11 @@
+AC_INIT([release-notes],[3.2])
+
+AM_INIT_AUTOMAKE([foreign])
+AM_MAINTAINER_MODE
+
+GNOME_DOC_INIT
+
+AC_OUTPUT([
+Makefile
+help/Makefile
+])
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..2959e91
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,17 @@
+# Fake Makefile.am to get the directory noticed by library.gnome.org
+include $(top_srcdir)/gnome-doc-utils.make
+
+DOC_MODULE = release-notes
+DOC_INCLUDES = \
+    rnusers.xml         \
+    rna11y.xml          \
+    rndevelopers.xml    \
+    rni18n.xml          \
+    rninstallation.xml  \
+    rnlookingforward.xml \
+    $(NULL)
+
+DOC_FIGURES = \
+    $(NULL)
+
+DOC_LINGUAS = 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]