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 9d736e8 commit 753608cCopy full SHA for 753608c
1 file changed
Makefile
@@ -56,7 +56,7 @@ licenses:
56
@if [ ! -d ".venv" ]; then python3 -m venv .venv; fi
57
@( \
58
. .venv/bin/activate; \
59
- pip3 -q install reuse; \
+ pip3 -q install reuse==5.1.1; \
60
cp -r static/* $(ARTIFACT_NAME); \
61
reuse --root $(ARTIFACT_NAME) download --all; \
62
reuse --root $(ARTIFACT_NAME) lint; \
@@ -71,12 +71,4 @@ package:
71
@mkdir -p dist
72
@tar czf dist/$(ARTIFACT_NAME).tar.gz $(ARTIFACT_NAME)/*
73
74
-build:
75
- @make fetch-w3c-test-suite
76
- @make fetch-oxygen-icons
77
- @make fetch-wikimedia-commons
78
- @make normalize
79
- @make deduplicate
80
- @make version
81
- @make licenses
82
- @make package
+build: fetch-w3c-test-suite fetch-oxygen-icons fetch-wikimedia-commons normalize deduplicate version licenses package
0 commit comments