* src/Makefile.am: Remove absent glade files from the list.

* src/GrampsDb/Makefile.am: Ship new glade files; correct directory.


svn: r5880
This commit is contained in:
Alex Roitman 2006-02-04 00:12:32 +00:00
parent 85ebcf507d
commit 6bf86aa119
3 changed files with 12 additions and 5 deletions

View File

@ -13,6 +13,9 @@
* src/GrampsDb/_*.py: Use new Date, new unserialize.
* src/*.py: Use new Date.
* src/Makefile.am: Remove absent glade files from the list.
* src/GrampsDb/Makefile.am: Ship new glade files; correct directory.
2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/TreeViews/_PersonTreeView.py: added more columns

View File

@ -3,7 +3,7 @@
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
pkgdatadir = $(datadir)/@PACKAGE@/RelLib
pkgdatadir = $(datadir)/@PACKAGE@/GrampsDb
pkgdata_PYTHON = \
_GedcomInfo.py\
@ -24,8 +24,14 @@ pkgdata_PYTHON = \
_WriteXML.py\
_ConstXML.py
pkgpyexecdir = @pkgpyexecdir@/RelLib
pkgpythondir = @pkgpythondir@/RelLib
pkgpyexecdir = @pkgpyexecdir@/GrampsDb
pkgpythondir = @pkgpythondir@/GrampsDb
GLADEFILES = \
gedcomimport.glade\
gedcomexport.glade
dist_pkgdata_DATA = $(GLADEFILES)
GRAMPS_PY_MODPATH = "../"

View File

@ -126,8 +126,6 @@ GLADEFILES = \
gramps.glade\
edit_person.glade\
mergedata.glade\
gedcomexport.glade\
gedcomimport.glade\
plugins.glade\
rule.glade\
scratchpad.glade