From 26f6cb1d229aa63cb62797e5be5f383e3f97b617 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Tue, 30 Mar 2004 21:33:46 +0000 Subject: - Removed Introduction to GNOME from build - Version 2.6.0.1 * Makefile.am: * configure.in: - Removed Introduction to GNOME from build - Version 2.6.0.1 --- ChangeLog | 7 +++++++ Makefile.am | 3 +-- NEWS | 5 +++++ configure.in | 4 +--- 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 + + * Makefile.am: + * configure.in: + - Removed Introduction to GNOME from build + - Version 2.6.0.1 + 2004-03-22 Shaun McCance * 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 ]) -- cgit