Changes necessary to get trunk compiled and installable once again.
svn: r19215
This commit is contained in:
parent
9f28ab87eb
commit
95b4775c58
@ -152,15 +152,15 @@ src/plugins/webreport/Makefile
|
||||
src/plugins/webstuff/Makefile
|
||||
src/plugins/webstuff/css/Makefile
|
||||
src/plugins/webstuff/images/Makefile
|
||||
src/plugins/webstuff/js/Makefile
|
||||
src/plugins/webstuff/javascript/Makefile
|
||||
src/DateHandler/Makefile
|
||||
src/data/Makefile
|
||||
src/glade/Makefile
|
||||
src/images/Makefile
|
||||
src/images/scalable/Makefile
|
||||
src/images/16x16/Makefile
|
||||
src/images/22x22/Makefile
|
||||
src/images/48x48/Makefile
|
||||
src/images/scalable/Makefile
|
||||
data/Makefile
|
||||
data/man/Makefile
|
||||
data/man/cs/Makefile
|
||||
|
@ -9,7 +9,6 @@ icondir= $(datadir)/pixmaps
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
gramps.png\
|
||||
gramps.svg\
|
||||
gramps-export.png\
|
||||
gramps-import.png\
|
||||
gramps-undo-history.png\
|
||||
@ -18,8 +17,6 @@ dist_pkgdata_DATA = \
|
||||
logo.png\
|
||||
ped24.ico\
|
||||
splash.jpg\
|
||||
stock_link.png\
|
||||
stock_new_html.png\
|
||||
stock_notes.png
|
||||
stock_link.png
|
||||
|
||||
EXTRA_DIST = gramps.svg
|
||||
|
@ -3,9 +3,15 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib/maps
|
||||
|
||||
pkgpython_PYTHON = \
|
||||
constants.py\
|
||||
dummylayer.py\
|
||||
dummynogps.py\
|
||||
geography.py\
|
||||
grampsmaps.py\
|
||||
__init__.py
|
||||
__init__.py\
|
||||
lifewaylayer.py\
|
||||
osmGps.py\
|
||||
placeselection.py\
|
||||
selectionlayer.py
|
||||
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps
|
||||
pkgpythondir = $(datadir)/@PACKAGE@/plugins/lib/maps
|
||||
|
@ -13,6 +13,7 @@ pkgpython_PYTHON = \
|
||||
familyview.py \
|
||||
fanchartview.gpr.py \
|
||||
fanchartview.py \
|
||||
geoclose.py \
|
||||
geoevents.py \
|
||||
geoplaces.py \
|
||||
geoperson.py \
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
SUBDIRS = css images js
|
||||
SUBDIRS = css images javascript
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user