]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.in
Release 0.0.3
[gob-dx.git] / configure.in
index 77ca8672fedd680b8b418e2545738bd9b088c85f..1ed04d11f7c7d9fbf258a6740d5f0c004d46e3e3 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.2)
 AC_INIT(src/tree.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gob,0.0.2)
+AM_INIT_AUTOMAKE(gob,0.0.3)
 
 dnl Checks for programs.
 AC_PROG_CC
@@ -28,6 +28,8 @@ AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
 AC_OUTPUT([
+gob.spec
 Makefile
 src/Makefile
-doc/Makefile])
+doc/Makefile
+doc/gob.1])