Skip to content

Commit 410c878

Browse files
authored
Merge pull request #504 from w3c/try-adding-ids
add Makefile to show how to use fix-id.pl
2 parents 6ba6305 + de4cb4b commit 410c878

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

releases/note2/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)