Files
gramps/src/plugins/webstuff/js/Makefile.am
2012-02-29 01:36:50 +00:00

18 lines
433 B
Makefile

# 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)