From 8da4b5a86ad1b367ae19c94fce4e76095ff40953 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 17 Jun 2007 18:24:02 +0000 Subject: [PATCH] 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. --- Makefile.am | 4 ++-- configure.ac | 1 + js/Makefile.am | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 js/Makefile.am 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 + -- 1.7.10.4