[vhffs-dev] [1076] Install js files when installing public part to avoid errors in log.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1076
Author:   beuss
Date:     2007-11-12 19:12:58 +0000 (Mon, 12 Nov 2007)

Log Message:
-----------
Install js files when installing public part to avoid errors in log.

Modified Paths:
--------------
    trunk/vhffs-panel/Makefile.am


Modified: trunk/vhffs-panel/Makefile.am
===================================================================
--- trunk/vhffs-panel/Makefile.am	2007-11-08 22:22:43 UTC (rev 1075)
+++ trunk/vhffs-panel/Makefile.am	2007-11-12 19:12:58 UTC (rev 1076)
@@ -1,6 +1,17 @@
 if INSTALL_PANEL
 SUBDIRS = templates
 
+paneljsdir= @PANELDIR@
+nobase_paneljs_DATA = js/prototype.js \
+	js/commons.js \
+	js/tooltip.js
+
+if INSTALL_PUBLIC
+publicjsdir = @PUBLICDIR@
+nobase_publicjs_DATA = $(nobase_paneljs_DATA)
+endif
+
+
 paneldir = @PANELDIR@
 nobase_panel_SCRIPTS = alert_submit.pl \
 	alert.pl \
@@ -81,9 +92,6 @@
 	group/history.pl \
 	group/index.pl \
 	group/view.pl \
-	js/prototype.js \
-	js/commons.js \
-	js/tooltip.js \
 	mail/create.pl \
 	mail/delete.pl \
 	mail/index.pl \


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/