diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2004-03-30 21:33:46 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2004-03-30 21:33:46 +0000 |
commit | 26f6cb1d229aa63cb62797e5be5f383e3f97b617 (patch) | |
tree | 4b7ab67b309da7a849bc54a57849e937b8840e89 /configure.in | |
parent | e8efb537cd013851cabe7b39966adfc1606504f2 (diff) | |
download | gnome-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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
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 ]) |