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

@ -0,0 +1,17 @@
# 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
# $Id$
DATAFILES = \
jquery-1.3.2.min.js \
jquery-ui-1.7.2.custom.min.js \
jquery-1.7.1.min.js \
jquery-1.7.1.js
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js
dist_pkgdata_DATA = $(DATAFILES)

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long