* src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py.

svn: r4017
This commit is contained in:
Alex Roitman 2005-02-02 14:02:13 +00:00
parent 2a5e0bc32c
commit 61530228c9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-02-02 Alex Roitman <shura@alex.neuro.umn.edu>
* src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py.
2005-02-01 Alex Roitman <shura@alex.neuro.umn.edu>
* src/Report.py: Proper translatable strings for generation numbers.
* src/ReportUtils.py: More report-related methods.

View File

@ -1,3 +1,4 @@
# $Id$
# This is the src level Makefile for Gramps
SUBDIRS = docgen plugins dates data po
@ -112,7 +113,9 @@ gdir_PYTHON = \
GrampsIniKeys.py\
GrampsGconfKeys.py\
RecentFiles.py\
ReportOptions.py
ReportOptions.py\
ReadGrdb.py\
WriteGrdb.py
# Could use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually