Added Makefile.am to webstuff/js directory to allow this directory to become part of the Gramps autotools build.
svn: r18835
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# This is the src/plugins/webstuff level Makefile for Gramps
|
# This is the src/plugins/webstuff level Makefile for Gramps
|
||||||
# $Id$
|
|
||||||
# We could use GNU make's ':=' syntax for nice wildcard use,
|
# We could use GNU make's ':=' syntax for nice wildcard use,
|
||||||
# but that is not necessarily portable.
|
# but that is not necessarily portable.
|
||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
SUBDIRS = css images
|
# $Id$
|
||||||
|
|
||||||
|
SUBDIRS = css images js
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff
|
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff
|
||||||
|
|
||||||
|
16
src/plugins/webstuff/js/Makefile.am
Normal file
16
src/plugins/webstuff/js/Makefile.am
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# 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: Makefile.am 18796 2012-01-30 06:35:05Z robhealey1 $
|
||||||
|
|
||||||
|
DATAFILES = \
|
||||||
|
jquery-1.3.2.min.js \
|
||||||
|
jquery-ui-1.7.2.custom.min.js \
|
||||||
|
jQuery-1.7.1.js
|
||||||
|
|
||||||
|
|
||||||
|
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js
|
||||||
|
|
||||||
|
dist_pkgdata_DATA = $(DATAFILES)
|
Reference in New Issue
Block a user