mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Add make asm-docs (#4590)
This commit is contained in:
10
Makefile
10
Makefile
@@ -95,3 +95,13 @@ gpu-dev: prereqs ## Runs the site as a developer; including live reload support
|
||||
.PHONY: debug
|
||||
debug: prereqs ## Runs the site as a developer with full debugging; including live reload support and installation of git hooks
|
||||
./node_modules/.bin/supervisor -w app.js,lib,etc/config,static/tsconfig.json -e 'js|ts|node|properties|yaml' -n exit --inspect 9229 --exec $(NODE) $(NODE_ARGS) -- -r esm -r ts-node/register ./app.js --debug $(EXTRA_ARGS)
|
||||
|
||||
.PHONY:
|
||||
asm-docs:
|
||||
$(MAKE) -C etc/scripts/docenizers || ( \
|
||||
echo "==============================================================================="; \
|
||||
echo "One of the docenizers failed to run, make sure you have installed the necessary"; \
|
||||
echo "dependencies: pip3 install beautifulsoup4 pdfminer.six && npm install"; \
|
||||
echo "==============================================================================="; \
|
||||
exit 1 \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user