* src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py.
svn: r4017
This commit is contained in:
parent
aa41d93ec1
commit
e315d52b52
@ -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>
|
2005-02-01 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/Report.py: Proper translatable strings for generation numbers.
|
* src/Report.py: Proper translatable strings for generation numbers.
|
||||||
* src/ReportUtils.py: More report-related methods.
|
* src/ReportUtils.py: More report-related methods.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
# This is the src level Makefile for Gramps
|
# This is the src level Makefile for Gramps
|
||||||
SUBDIRS = docgen plugins dates data po
|
SUBDIRS = docgen plugins dates data po
|
||||||
|
|
||||||
@ -112,7 +113,9 @@ gdir_PYTHON = \
|
|||||||
GrampsIniKeys.py\
|
GrampsIniKeys.py\
|
||||||
GrampsGconfKeys.py\
|
GrampsGconfKeys.py\
|
||||||
RecentFiles.py\
|
RecentFiles.py\
|
||||||
ReportOptions.py
|
ReportOptions.py\
|
||||||
|
ReadGrdb.py\
|
||||||
|
WriteGrdb.py
|
||||||
|
|
||||||
# Could use GNU make's ':=' syntax for nice wildcard use.
|
# Could use GNU make's ':=' syntax for nice wildcard use.
|
||||||
# If not using GNU make, then list all files individually
|
# If not using GNU make, then list all files individually
|
||||||
|
Loading…
Reference in New Issue
Block a user