summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-03-30 21:33:46 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-03-30 21:33:46 +0000
commit26f6cb1d229aa63cb62797e5be5f383e3f97b617 (patch)
tree4b7ab67b309da7a849bc54a57849e937b8840e89
parente8efb537cd013851cabe7b39966adfc1606504f2 (diff)
downloadgnome-user-docs-26f6cb1d229aa63cb62797e5be5f383e3f97b617.tar.gz
gnome-user-docs-26f6cb1d229aa63cb62797e5be5f383e3f97b617.tar.xz
gnome-user-docs-26f6cb1d229aa63cb62797e5be5f383e3f97b617.zip
- Removed Introduction to GNOME from build - Version 2.6.0.1GNOME_USER_DOCS_2_6_0_1
* Makefile.am: * configure.in: - Removed Introduction to GNOME from build - Version 2.6.0.1
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am3
-rw-r--r--NEWS5
-rw-r--r--configure.in4
4 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 374c480..5f2faf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-30 Shaun McCance <shaunm@gnome.org>
+
+ * Makefile.am:
+ * configure.in:
+ - Removed Introduction to GNOME from build
+ - Version 2.6.0.1
+
2004-03-22 Shaun McCance <shaunm@gnome.org>
* configure.in:
diff --git a/Makefile.am b/Makefile.am
index a48378a..db6260e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = \
gnome2-user-guide \
gnome2-accessibility-guide \
- gnome2-system-admin-guide \
- introduction-to-gnome
+ gnome2-system-admin-guide
EXTRA_DIST = gnome-user-docs.spec COPYING-DOCS xmldocs.make omf.make
diff --git a/NEWS b/NEWS
index 2795889..5ca1744 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.6.0.1
+---------------
+* Removed "Introduction to GNOME" (Shaun McCance)
+* Minor fixes to System Administration Guide (Eugene O'Connor)
+
Version 2.6.0
-------------
* Updated GNOME System Administrator's Guide (Eugene O'Connor)
diff --git a/configure.in b/configure.in
index 9b63760..381e5df 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(gnome2-user-guide)
SCROLLKEEPER_REQUIRED=0.3.11
AC_SUBST(SCROLLKEEPER_REQUIRED)
-AM_INIT_AUTOMAKE(gnome2-user-docs, 2.6.0)
+AM_INIT_AUTOMAKE(gnome2-user-docs, 2.6.0.1)
AM_MAINTAINER_MODE
@@ -43,6 +43,4 @@ gnome2-accessibility-guide/Makefile
gnome2-accessibility-guide/C/Makefile
gnome2-system-admin-guide/Makefile
gnome2-system-admin-guide/C/Makefile
-introduction-to-gnome/Makefile
-introduction-to-gnome/C/Makefile
])