Skip to content

Commit

Permalink
Dist final fonts only
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jun 16, 2022
1 parent 5f2e5cd commit 44a5fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ $(NAME).ttf: $(NAME).sfd $(NAME).fea Makefile

dist: $(TTF) $(WOFF) $(WOFF2)
@echo "Making dist tarball"
@mkdir -p $(DIST)
@cp $(SFD) $(TTF) $(WOFF) $(WOFF2) $(DIST)
@cp Makefile LICENSE $(DIST)
@mkdir -p $(DIST)/{desktop,web}
@cp $(TTF) $(DIST)/desktop
@cp $(WOFF) $(WOFF2) $(DIST)/web
@cp LICENSE $(DIST)
@cp README.md $(DIST)/README.txt
@zip -r $(DIST).zip $(DIST)

Expand Down
Binary file modified hussaini-nastaleeq.ttf
Binary file not shown.

0 comments on commit 44a5fa3

Please sign in to comment.