From 943d49ab7e5962129268423d73f5c9f042987399 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 13 Apr 2021 14:25:20 +0200 Subject: [PATCH] adapt script to create local help to new syntax --- docs/release-checklist.md | 2 +- scripts/create-local-help.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 scripts/create-local-help.sh diff --git a/docs/release-checklist.md b/docs/release-checklist.md index 14ef76765..2d72bc8bc 100644 --- a/docs/release-checklist.md +++ b/docs/release-checklist.md @@ -13,7 +13,7 @@ this will take some time - meanwhile we're doing some housekeeping: 3. update translations and local help: $ ./scripts/tx-pull-translations.sh - $ cd ../deltachat-pages; ./tools/create-local-help.py; cd ../deltachat-android + $ ./scripts/create-local-help.sh 4. add a device message to ConversationListActivity::onCreate() and update CHANGELOG.md diff --git a/scripts/create-local-help.sh b/scripts/create-local-help.sh new file mode 100755 index 000000000..bf50351b7 --- /dev/null +++ b/scripts/create-local-help.sh @@ -0,0 +1 @@ +../deltachat-pages/tools/create-local-help.py ../deltachat-pages/_site assets/help