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> 2007-01-26 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDb/Makefile.am: remove files * src/GrampsDb/Makefile.am: remove files
* src/GrampsDb/_GrampsDbConst.py: add license * 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 dnl May need to run automake && aclocal first
AC_PREREQ(2.57) 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) AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3) AM_INIT_AUTOMAKE(1.6.3)
@ -222,6 +222,9 @@ src/Filters/Rules/MediaObject/Makefile
src/Filters/Rules/Repository/Makefile src/Filters/Rules/Repository/Makefile
src/Filters/SideBar/Makefile src/Filters/SideBar/Makefile
src/DataViews/Makefile src/DataViews/Makefile
src/BasicUtils/Makefile
src/GrampsDbUtils/Makefile
src/GrampsLocale/Makefile
src/PluginUtils/Makefile src/PluginUtils/Makefile
src/ReportBase/Makefile src/ReportBase/Makefile
src/plugins/Makefile src/plugins/Makefile

View File

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

View File

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