@@ -196,7 +196,7 @@ normally be necessary.
196196
197197If for some reason you need to update the ` emscripten-site ` repository manually
198198there is a script that will perform the update steps:
199- [ ` tools/maint/update_docs .py ` ] [ update_docs ] . Run this script with no
199+ [ ` tools/maint/update_website .py ` ] [ update_website ] . Run this script with no
200200arguments if the ` emscripten-site ` repository is checked out alongside emscripten
201201itself, or pass the location of the checkout if not.
202202
@@ -208,7 +208,7 @@ need to add `~/.local/bin` to your path, if pip installs to there).
208208### Building and viewing the Website locally
209209
210210To build the site locally for testing purposes you only need a subset of the
211- ` update_docs .py` command just mentioned above. Specifically:
211+ ` update_website .py` command just mentioned above. Specifically:
212212
2132131 . Run ` pip3 ` to install python dependencies, as described above.
2142142 . Run ` make -C site html ` .
@@ -381,7 +381,7 @@ decide collectively to abandon the deprecation, or to delay it.
381381[ clang-format ] : https://github.com/emscripten-core/emscripten/blob/main/.clang-format
382382[ pyproject.toml ] : https://github.com/emscripten-core/emscripten/blob/main/pyproject.toml
383383[ mypy ] : https://github.com/emscripten-core/emscripten/blob/main/.mypy
384- [ update_docs ] : https://github.com/emscripten-core/emscripten/blob/main/tools/maint/update_docs .py
384+ [ update_website ] : https://github.com/emscripten-core/emscripten/blob/main/tools/maint/update_website .py
385385[ llvm_repo ] : https://github.com/llvm/llvm-project
386386[ llvm_emscripten_fork ] : https://github.com/emscripten-core/llvm-project
387387[ push_llvm_changes_emscripten ] : https://github.com/emscripten-core/emscripten/blob/main/system/lib/push_llvm_changes.py
0 commit comments