* 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 a4018a22f0
commit 01a5806681
3 changed files with 12 additions and 5 deletions

View File

@ -13,6 +13,9 @@
* src/GrampsDb/_*.py: Use new Date, new unserialize. * src/GrampsDb/_*.py: Use new Date, new unserialize.
* src/*.py: Use new Date. * 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> 2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/TreeViews/_PersonTreeView.py: added more columns * src/TreeViews/_PersonTreeView.py: added more columns

View File

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

View File

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