summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--README (renamed from demo/README)11
-rw-r--r--configure.ac2
m---------demo/static/web-common0
4 files changed, 11 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..0f41786
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = demo
diff --git a/demo/README b/README
index 30bf51e..cac5295 100644
--- a/demo/README
+++ b/README
@@ -3,10 +3,17 @@ Through it, it is possible to download the extension and get links to the demo
bank and shop.
+Requirements
+------------
+
+# apt install automake autoconf make
+# apt install python3-jsmin
+
+
Building
------------
+--------
-For building run::
+For building run:
git submodule init
git submodule update --remote
diff --git a/configure.ac b/configure.ac
index 7dd05e2..fffd9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,5 +3,5 @@ AM_INIT_AUTOMAKE
# check for typescript compiler
AC_CHECK_PROG([tsc],[tsc],[yes],[no])
AM_CONDITIONAL(HAVE_TSC, [ test "$tsc" = "yes"])
-AC_CONFIG_FILES(demo/Makefile demo/static/Makefile demo/static/web-common/Makefile)
+AC_CONFIG_FILES(Makefile demo/Makefile demo/static/Makefile demo/static/web-common/Makefile)
AC_OUTPUT
diff --git a/demo/static/web-common b/demo/static/web-common
-Subproject e9554baf0f3f880d656284ef5e9089bbd831346
+Subproject ba4a54c65786f35922616175b644f9db7897c87