Skip to content

Commit 33b6b00

Browse files
committed
Include licenses for extensions
1 parent 11568a9 commit 33b6b00

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ targets =
3535
# Licenses.
3636
dist/license.txt: LICENSE
3737
cp -f $< $@
38-
39-
targets += dist/license.txt
38+
dist/code-re2c/license.txt:
39+
mkdir -p dist/code-re2c && curl -Lo $@ https://raw.githubusercontent.com/deimonn/code-re2c/master/LICENSE
40+
dist/oro-theme/license.txt:
41+
mkdir -p dist/oro-theme && curl -Lo $@ https://raw.githubusercontent.com/deimonn/oro-theme/master/LICENSE
42+
43+
targets += \
44+
dist/license.txt \
45+
dist/code-re2c/license.txt \
46+
dist/oro-theme/license.txt
4047

4148
# Scripts.
4249
dist/main.js: src/main.js

0 commit comments

Comments
 (0)