blob: ce00b5bda0cba68f1b3aa9bff7a8876d7b308a5f [file] [log] [blame] [raw]
#/usr/bin/bash
LANGREF_PATH=$(pwd)/vendor/LangRef.html
[ -f "$LANGREF_PATH" ] || curl https://llvm.org/docs/LangRef.html -o "$LANGREF_PATH"
../../../node_modules/.bin/ts-node-esm docenizer-llvm.ts > ../../../lib/asm-docs/generated/asm-docs-llvm.js