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 fcd5ba3 commit de4cb4bCopy full SHA for de4cb4b
releases/note2/Makefile
@@ -0,0 +1,9 @@
1
+static = ~/Downloads/NOTE-wot-scripting-api-20230930.html
2
+
3
+### 1. edit index.html
4
+### 2. generate a static HTML (e.g., NOTE-wot-scripting-api-20230930.html) using ReSpec
5
+### 3. then use the following "update target" (by "make update") to get static.html and Overview.html
6
+update:
7
+ mv $(static) static.html
8
+ cp static.html Overview.html; tidy -i -m Overview.html
9
+ cp Overview.html backup.html; ./fix-id.pl backup.html > Overview.html
0 commit comments