Skip to content

Commit 2a4e4cb

Browse files
committed
Do not display deprecated licenses in main listing by default #2
Signed-off-by: tdruez <[email protected]>
1 parent 13e9166 commit 2a4e4cb

File tree

3 files changed

+8901
-1783
lines changed

3 files changed

+8901
-1783
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,20 @@ black:
5858

5959
valid: isort black
6060

61-
build: conf
61+
html:
6262
@echo "-> Generate the HTML content"
6363
@bin/python app.py
6464
@echo "-> Copy the static assets"
6565
@cp -R static/ docs/static/
6666
@echo "Available at docs/index.html"
6767

68+
build: conf html
69+
6870
publish:
6971
@echo "-> Add changes to git"
7072
@git add .
7173
git commit -m "Upgrade ScanCode-toolkit to latest version"
7274
@echo "-> Push changes to main repo"
7375
@git push
7476

75-
.PHONY: conf clean isort black valid build publish
77+
.PHONY: conf clean isort black valid html build publish

0 commit comments

Comments
 (0)