4696 4555: Installation missed webstuff subdirectories

svn: r16719
This commit is contained in:
Jérôme Rapinat
2011-02-26 10:59:48 +00:00
parent 911b8f0217
commit bfb414fe1d
5 changed files with 84 additions and 52 deletions

View File

@@ -0,0 +1,20 @@
# This is the src/plugins/webstuff level Makefile for Gramps
# We could use GNU make's ':=' syntax for nice wildcard use,
# but that is not necessarily portable.
# If not using GNU make, then list all .py files individually
DATAFILES = \
mapstraction/README \
mapstraction/mxn.core.js \
mapstraction/mxn.geocommons.core.js \
mapstraction/mxn.google.core.js \
mapstraction/mxn.googleearth.core.js \
mapstraction/mxn.google.geocoder.js \
mapstraction/mxn.googlev3.core.js \
mapstraction/mxn.js \
mapstraction/mxn.openlayers.core.js
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js
dist_pkgdata_DATA = $(DATAFILES)