Skip to content

Commit

Permalink
Add LICENSE.txt to zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Dec 19, 2016
1 parent dcaa7d3 commit 2f80279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ uninstall:
@$(RM) $(DESTFOLDER)/3270Narrow.otf $(DESTFOLDER)/3270Medium.otf $(DESTFOLDER)/3270SemiNarrow.otf

zip: all
@zip 3270_fonts_$(shell git rev-parse --short HEAD).zip 3270Medium.* 3270SemiNarrow.* 3270Narrow.*
@zip 3270_fonts_$(shell git rev-parse --short HEAD).zip 3270Medium.* 3270SemiNarrow.* 3270Narrow.* LICENSE.txt

test: derived
@fontlint 3270Medium.otf
Expand Down

0 comments on commit 2f80279

Please sign in to comment.