Javascript util js/pz2.js part of dist. This is installed in
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 17 Jun 2007 18:24:02 +0000 (18:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 17 Jun 2007 18:24:02 +0000 (18:24 +0000)
PREFIX/usr/share/papazpar2/js and is also part of the Debian package.

Makefile.am
configure.ac
js/Makefile.am [new file with mode: 0644]

index db2b5f9..987142d 100644 (file)
@@ -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 
 
index 1e237de..a7a9942 100644 (file)
@@ -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 (file)
index 0000000..81d24b7
--- /dev/null
@@ -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
+