We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e9166 commit 2a4e4cbCopy full SHA for 2a4e4cb
Makefile
@@ -58,18 +58,20 @@ black:
58
59
valid: isort black
60
61
-build: conf
+html:
62
@echo "-> Generate the HTML content"
63
@bin/python app.py
64
@echo "-> Copy the static assets"
65
@cp -R static/ docs/static/
66
@echo "Available at docs/index.html"
67
68
+build: conf html
69
+
70
publish:
71
@echo "-> Add changes to git"
72
@git add .
73
git commit -m "Upgrade ScanCode-toolkit to latest version"
74
@echo "-> Push changes to main repo"
75
@git push
76
-.PHONY: conf clean isort black valid build publish
77
+.PHONY: conf clean isort black valid html build publish
0 commit comments