Skip to content

add Makefile to show how to use fix-id.pl #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions releases/note2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
static = ~/Downloads/NOTE-wot-scripting-api-20230930.html

### 1. edit index.html
### 2. generate a static HTML (e.g., NOTE-wot-scripting-api-20230930.html) using ReSpec
### 3. then use the following "update target" (by "make update") to get static.html and Overview.html
update:
mv $(static) static.html
cp static.html Overview.html; tidy -i -m Overview.html
cp Overview.html backup.html; ./fix-id.pl backup.html > Overview.html