Changes necessary to get trunk compiled and installable once again.

svn: r19215
This commit is contained in:
Rob G. Healey 2012-04-03 17:06:11 +00:00
parent 9f28ab87eb
commit 95b4775c58
10 changed files with 13 additions and 9 deletions

View File

@ -152,15 +152,15 @@ src/plugins/webreport/Makefile
src/plugins/webstuff/Makefile src/plugins/webstuff/Makefile
src/plugins/webstuff/css/Makefile src/plugins/webstuff/css/Makefile
src/plugins/webstuff/images/Makefile src/plugins/webstuff/images/Makefile
src/plugins/webstuff/js/Makefile src/plugins/webstuff/javascript/Makefile
src/DateHandler/Makefile src/DateHandler/Makefile
src/data/Makefile src/data/Makefile
src/glade/Makefile src/glade/Makefile
src/images/Makefile src/images/Makefile
src/images/scalable/Makefile
src/images/16x16/Makefile src/images/16x16/Makefile
src/images/22x22/Makefile src/images/22x22/Makefile
src/images/48x48/Makefile src/images/48x48/Makefile
src/images/scalable/Makefile
data/Makefile data/Makefile
data/man/Makefile data/man/Makefile
data/man/cs/Makefile data/man/cs/Makefile

View File

@ -9,7 +9,6 @@ icondir= $(datadir)/pixmaps
dist_pkgdata_DATA = \ dist_pkgdata_DATA = \
gramps.png\ gramps.png\
gramps.svg\
gramps-export.png\ gramps-export.png\
gramps-import.png\ gramps-import.png\
gramps-undo-history.png\ gramps-undo-history.png\
@ -18,8 +17,6 @@ dist_pkgdata_DATA = \
logo.png\ logo.png\
ped24.ico\ ped24.ico\
splash.jpg\ splash.jpg\
stock_link.png\ stock_link.png
stock_new_html.png\
stock_notes.png
EXTRA_DIST = gramps.svg EXTRA_DIST = gramps.svg

View File

@ -3,9 +3,15 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib/maps
pkgpython_PYTHON = \ pkgpython_PYTHON = \
constants.py\ constants.py\
dummylayer.py\
dummynogps.py\
geography.py\ geography.py\
grampsmaps.py\ __init__.py\
__init__.py lifewaylayer.py\
osmGps.py\
placeselection.py\
selectionlayer.py
pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps
pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib/maps pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib/maps

View File

@ -13,6 +13,7 @@ pkgpython_PYTHON = \
familyview.py \ familyview.py \
fanchartview.gpr.py \ fanchartview.gpr.py \
fanchartview.py \ fanchartview.py \
geoclose.py \
geoevents.py \ geoevents.py \
geoplaces.py \ geoplaces.py \
geoperson.py \ geoperson.py \

View File

@ -5,7 +5,7 @@
# $Id$ # $Id$
SUBDIRS = css images js SUBDIRS = css images javascript
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff