make distcheck fixes
svn: r6039
This commit is contained in:
parent
281bcec38d
commit
b012610f40
@ -1,3 +1,10 @@
|
|||||||
|
2006-03-02 Don Allingham <don@gramps-project.org>
|
||||||
|
* configure.in: make distcheck fixes
|
||||||
|
* src/MapView.py: make distcheck fixes
|
||||||
|
* src/GrampsLogger/Makefile.am: make distcheck fixes
|
||||||
|
* src/Makefile.am: make distcheck fixes
|
||||||
|
* src/TreeViews.am: make distcheck fixes
|
||||||
|
|
||||||
2006-03-02 Alex Roitman <shura@gramps-project.org>
|
2006-03-02 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo.
|
* src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo.
|
||||||
* configure.in: Generate Makefile-s in new directories.
|
* configure.in: Generate Makefile-s in new directories.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# This is the src/RelLib level Makefile for Gramps
|
# This is the src/GrampsLogger level Makefile for Gramps
|
||||||
# We could use GNU make's ':=' syntax for nice wildcard use,
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
# 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@/TreeViews
|
pkgdatadir = $(datadir)/@PACKAGE@/GrampsLogger
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
_ErrorReportAssistant.py\
|
_ErrorReportAssistant.py\
|
||||||
@ -12,8 +12,8 @@ pkgdata_PYTHON = \
|
|||||||
__init__.py\
|
__init__.py\
|
||||||
_RotateHandler.py
|
_RotateHandler.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
pkgpyexecdir = @pkgpyexecdir@/GrampsLogger
|
||||||
pkgpythondir = @pkgpythondir@/RelLib
|
pkgpythondir = @pkgpythondir@/GrampsLogger
|
||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../"
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ gdir_PYTHON = \
|
|||||||
BaseDoc.py\
|
BaseDoc.py\
|
||||||
Bookmarks.py\
|
Bookmarks.py\
|
||||||
ColumnOrder.py\
|
ColumnOrder.py\
|
||||||
const.py.in\
|
const.py\
|
||||||
DateDisplay.py\
|
DateDisplay.py\
|
||||||
DateEdit.py\
|
DateEdit.py\
|
||||||
DateHandler.py\
|
DateHandler.py\
|
||||||
@ -67,7 +67,6 @@ gdir_PYTHON = \
|
|||||||
GenericFilter.py\
|
GenericFilter.py\
|
||||||
GnomeMime.py\
|
GnomeMime.py\
|
||||||
GrampsCfg.py\
|
GrampsCfg.py\
|
||||||
GrampsDb\
|
|
||||||
GrampsDisplay.py\
|
GrampsDisplay.py\
|
||||||
GrampsGconfKeys.py\
|
GrampsGconfKeys.py\
|
||||||
GrampsIniKeys.py\
|
GrampsIniKeys.py\
|
||||||
@ -90,7 +89,6 @@ gdir_PYTHON = \
|
|||||||
NameEdit.py\
|
NameEdit.py\
|
||||||
Navigation.py\
|
Navigation.py\
|
||||||
NoteEdit.py\
|
NoteEdit.py\
|
||||||
ObjectSelector\
|
|
||||||
Options.py\
|
Options.py\
|
||||||
PageView.py\
|
PageView.py\
|
||||||
PaperMenu.py\
|
PaperMenu.py\
|
||||||
@ -149,12 +147,20 @@ GLADEFILES = \
|
|||||||
|
|
||||||
GRAPHICS = \
|
GRAPHICS = \
|
||||||
logo.png\
|
logo.png\
|
||||||
|
bad.png\
|
||||||
|
good.png\
|
||||||
gramps.png \
|
gramps.png \
|
||||||
media.png\
|
media.png\
|
||||||
place.png\
|
place.png\
|
||||||
sources.png\
|
sources.png\
|
||||||
splash.jpg\
|
splash.jpg\
|
||||||
tools.png
|
tools.png \
|
||||||
|
land_shallow_topo_2048.jpg \
|
||||||
|
land_shallow_topo_350.jpg \
|
||||||
|
flist.svg \
|
||||||
|
media.svg \
|
||||||
|
person.svg \
|
||||||
|
relation.svg
|
||||||
|
|
||||||
# Other stuff that we need to install
|
# Other stuff that we need to install
|
||||||
dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS)
|
dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS)
|
||||||
|
@ -393,6 +393,7 @@ class MapView(PageView.PageView):
|
|||||||
hbox = gtk.HBox( False, 4)
|
hbox = gtk.HBox( False, 4)
|
||||||
hbox.set_border_width( 4)
|
hbox.set_border_width( 4)
|
||||||
|
|
||||||
|
no = gtk.Image()
|
||||||
# The large zoomable map
|
# The large zoomable map
|
||||||
self.zoom_map = ZoomMap(
|
self.zoom_map = ZoomMap(
|
||||||
gtk.gdk.pixbuf_new_from_file("land_shallow_topo_2048.jpg"),
|
gtk.gdk.pixbuf_new_from_file("land_shallow_topo_2048.jpg"),
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This is the src/RelLib level Makefile for Gramps
|
# This is the src/TreeViews level Makefile for Gramps
|
||||||
# We could use GNU make's ':=' syntax for nice wildcard use,
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
# 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
|
||||||
@ -9,8 +9,8 @@ pkgdata_PYTHON = \
|
|||||||
__init__.py\
|
__init__.py\
|
||||||
_PersonTreeView.py
|
_PersonTreeView.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
pkgpyexecdir = @pkgpyexecdir@/TreeViews
|
||||||
pkgpythondir = @pkgpythondir@/RelLib
|
pkgpythondir = @pkgpythondir@/TreeViews
|
||||||
|
|
||||||
GRAMPS_PY_MODPATH = "../"
|
GRAMPS_PY_MODPATH = "../"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user