From: Adam Dickmeiss Date: Sun, 17 Jun 2007 18:24:02 +0000 (+0000) Subject: Javascript util js/pz2.js part of dist. This is installed in X-Git-Tag: PAZPAR2.1.0.0~36 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=8da4b5a86ad1b367ae19c94fce4e76095ff40953 Javascript util js/pz2.js part of dist. This is installed in PREFIX/usr/share/papazpar2/js and is also part of the Debian package. --- diff --git a/Makefile.am b/Makefile.am index db2b5f9..987142d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ -# $Id: Makefile.am,v 1.10 2007-06-17 07:52:20 adam Exp $ +# $Id: Makefile.am,v 1.11 2007-06-17 18:24:02 adam Exp $ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src test doc +SUBDIRS = src test js doc EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 diff --git a/configure.ac b/configure.ac index 1e237de..a7a9942 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile test/Makefile + js/Makefile doc/Makefile doc/local.ent doc/common/Makefile diff --git a/js/Makefile.am b/js/Makefile.am new file mode 100644 index 0000000..81d24b7 --- /dev/null +++ b/js/Makefile.am @@ -0,0 +1,6 @@ +# $Id: Makefile.am,v 1.1 2007-06-17 18:24:02 adam Exp $ + +jsdatadir = $(pkgdatadir)/js + +jsdata_DATA = pz2.js +