We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bef3fb commit b539ff0Copy full SHA for b539ff0
src/makefile
@@ -5,7 +5,17 @@ build-js-dir=${build-dir}/js
5
theme=blue-icon
6
#theme=maroon-grid
7
8
-all: help-dir
+all:patch-analytics help-dir
9
+
10
+patch-analytics:
11
+ git clone https://github.com/virtual-labs/vlabs-analytics.git
12
+ cp vlabs-analytics/gtm-patcher.py ../scripts/.
13
+ cp vlabs-analytics/patch-analytics.sh ../scripts/.
14
+ chmod +x ../scripts/patch-analytics.sh
15
+ ../scripts/patch-analytics.sh
16
+ rm -rf vlabs-analytics
17
+ rm -rf ../scripts/patch-analytics.sh
18
+ rm -rf ../scripts/gtm-patcher.py
19
20
help-dir:
21
(touch ${build-dir}/theme-${theme}; rsync -avC --exclude ${mathjax}.zip lab/* lib/* help themes/${theme}/* ${build-dir})
0 commit comments