Update for 0.8.0 release candidate 1

svn: r1086
This commit is contained in:
Don Allingham 2002-07-23 16:23:18 +00:00
parent 27d62faf65
commit 2fb87badc4
4 changed files with 1724 additions and 766 deletions

View File

@ -133,7 +133,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS TODO aclocal.m4 configure configure.in \
gramps.sh.in gramps.spec.in install-sh py-compile
gramps.sh.in gramps.spec.in install-sh missing mkinstalldirs \
py-compile
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive

2483
gramps/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_INIT(src/gramps.py)
AM_INIT_AUTOMAKE(gramps, 0.8.0)
RELEASE=pre
RELEASE=rc1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"

View File

@ -1,5 +1,5 @@
%define ver 0.8.0
%define rel pre
%define rel rc1
%define prefix /usr
Summary: Genealogical Research and Analysis Management Programming System.