From 402a34bbf3aec0e840709c7dee0023afeb95e4e9 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 14 Feb 2023 23:56:16 +0100 Subject: [PATCH] yWeb: move prototype stuff to own subdir Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5a6a53a3a68ca6340e7261813372e9955be1e11f Author: vanhofen Date: 2023-02-14 (Tue, 14 Feb 2023) Origin message was: ------------------ - yWeb: move prototype stuff to own subdir ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 3 ++- data/y-web/Makefile.am | 7 ++----- data/y-web/Y_Filemgr.yhtm | 4 ++-- data/y-web/prototype/Makefile.am | 8 ++++++++ data/y-web/{ => prototype}/accordion.js | 0 data/y-web/{ => prototype}/effects.js | 0 data/y-web/{ => prototype}/prototype.js | 0 7 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 data/y-web/prototype/Makefile.am rename data/y-web/{ => prototype}/accordion.js (100%) rename data/y-web/{ => prototype}/effects.js (100%) rename data/y-web/{ => prototype}/prototype.js (100%) diff --git a/configure.ac b/configure.ac index 72cede424..24461ce2b 100644 --- a/configure.ac +++ b/configure.ac @@ -614,8 +614,9 @@ data/y-web/favicon/Makefile data/y-web/images/Makefile data/y-web/info/Makefile data/y-web/jquery/Makefile -data/y-web/lcd4linux/Makefile data/y-web/languages/Makefile +data/y-web/lcd4linux/Makefile +data/y-web/prototype/Makefile data/y-web/scripts/Makefile data/y-web/styles/Makefile data/zapit/Makefile diff --git a/data/y-web/Makefile.am b/data/y-web/Makefile.am index 8cf3638a8..61ccfc5df 100644 --- a/data/y-web/Makefile.am +++ b/data/y-web/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = images scripts languages styles +SUBDIRS = images scripts languages styles prototype # NI-yWeb SUBDIRS += favicon info jquery lcd4linux @@ -9,7 +9,6 @@ install_DATA = channels.js \ extensions.txt \ favicon.ico \ index.html \ - prototype.js \ robots.txt \ Y_About.yhtm \ Y_Baselib.js \ @@ -78,9 +77,7 @@ install_DATA = channels.js \ Y_yweb.js # file manager -install_DATA += accordion.js \ - effects.js \ - Y_Blocks_Filemgr.txt \ +install_DATA += Y_Blocks_Filemgr.txt \ Y_Filemgr.yhtm \ Y_Filemgr_Edit.yhtm diff --git a/data/y-web/Y_Filemgr.yhtm b/data/y-web/Y_Filemgr.yhtm index 02ece4324..adeddffae 100644 --- a/data/y-web/Y_Filemgr.yhtm +++ b/data/y-web/Y_Filemgr.yhtm @@ -1,7 +1,7 @@ {=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;js_prototype=} - - + +