Add LICENSE to the archive
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
f710368b3b
commit
a235e783a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.zip
|
*.zip
|
||||||
|
rssfinder/LICENSE
|
||||||
|
9
Makefile
9
Makefile
@ -6,9 +6,14 @@ FILES += $(PROJECT)/finder.js
|
|||||||
FILES += $(PROJECT)/metadata.desktop
|
FILES += $(PROJECT)/metadata.desktop
|
||||||
FILES += $(PROJECT)/rss.svg
|
FILES += $(PROJECT)/rss.svg
|
||||||
FILES += $(PROJECT)/clipboard.svg
|
FILES += $(PROJECT)/clipboard.svg
|
||||||
|
FILES += $(PROJECT)/LICENSE
|
||||||
|
|
||||||
package:
|
package: copy_license
|
||||||
zip -X $(PROJECT)_v$(VERSION).zip $(FILES)
|
zip -X $(PROJECT)_v$(VERSION).zip $(FILES)
|
||||||
|
|
||||||
|
copy_license:
|
||||||
|
@cp "LICENSE" "$(PROJECT)/LICENSE"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm "./$(PROJECT)_v$(VERSION).zip"
|
rm -f "./$(PROJECT)/LICENSE"
|
||||||
|
rm -f "./$(PROJECT)_v$(VERSION).zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user