2007-02-03 Don Allingham <don@gramps-project.org>

* configure.in: update version, process new Makefile.am files
	* src/GrampsDb/Makefile.am: update
	* src/Makefile.am: update



svn: r8040
This commit is contained in:
Don Allingham 2007-02-03 22:41:00 +00:00
parent 4d010a6066
commit 0113bb454a
4 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2007-02-03 Don Allingham <don@gramps-project.org>
* configure.in: update version, process new Makefile.am files
* src/GrampsDb/Makefile.am: update
* src/Makefile.am: update
2007-01-26 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDb/Makefile.am: remove files
* src/GrampsDb/_GrampsDbConst.py: add license

View File

@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
AC_INIT(gramps, 2.2.7, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 2.3.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3)
@ -222,6 +222,9 @@ src/Filters/Rules/MediaObject/Makefile
src/Filters/Rules/Repository/Makefile
src/Filters/SideBar/Makefile
src/DataViews/Makefile
src/BasicUtils/Makefile
src/GrampsDbUtils/Makefile
src/GrampsLocale/Makefile
src/PluginUtils/Makefile
src/ReportBase/Makefile
src/plugins/Makefile

View File

@ -17,14 +17,11 @@ pkgdata_PYTHON = \
_GrampsXMLDB.py\
_GrampsDbConst.py\
__init__.py
pkgpyexecdir = @pkgpyexecdir@/GrampsDb
pkgpythondir = @pkgpythondir@/GrampsDb
dist_pkgdata_DATA =
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo

View File

@ -2,14 +2,15 @@
# $Id$
SUBDIRS = \
BasicUtils \
Config \
DateHandler \
DataViews \
Editors \
Filters \
FilterEditor \
GrampsDb \
GrampsDbUtils \
BasicUtils \
GrampsLocale \
Merge \
DisplayTabs \
@ -19,7 +20,6 @@ SUBDIRS = \
Selectors \
RelLib \
data \
DateHandler \
PluginUtils \
ReportBase \
glade \
@ -49,7 +49,6 @@ gdir_PYTHON = \
FontScale.py\
GrampsCfg.py\
GrampsDisplay.py\
GrampsLocale.py\
gramps_main.py\
gramps.py\
GrampsWidgets.py\
@ -77,14 +76,13 @@ gdir_PYTHON = \
Utils.py\
ViewManager.py\
UndoHistory.py\
BasicUtils.py\
PlaceUtils.py
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
# Which modules to document
docmodules = RelLib DateHandler GrampsDb Filters ReportBase
docmodules = RelLib DateHandler GrampsDb Filters ReportBase GrampsDbUtils
pycheck:
for d in $(SUBDIRS) ; do \