Skip to content

Commit

Permalink
Add the changelog to packages and push the version to 0.016
Browse files Browse the repository at this point in the history
  • Loading branch information
georgd committed Apr 7, 2014
1 parent 5d8f2f1 commit 50b6aa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=EBGaramond
VERSION=0.015d+
VERSION=0.016

SRC=SFD
BLD=build
Expand Down Expand Up @@ -42,7 +42,7 @@ $(BLD):
$(WEB):
@mkdir -p $@
$(SPEC):
@mkdir $@
@mkdir -p $@

$(BLD)/%.otf: $(SRC)/%.sfdir Makefile $(SCRIPT) | $(BLD)
@echo "Generating $@"
Expand Down Expand Up @@ -80,7 +80,7 @@ dpack: $(OTF) $(TTF)
@cp $(TTF) $(PACK)/ttf
# @cp $(PDF) $(PACK)/specimen #Temporarily out of order
@cp $(SPEC)/Specimen.pdf $(PACK)/specimen
@cp README.markdown README.xelualatex COPYING $(PACK)
@cp Changes README.markdown README.xelualatex COPYING $(PACK)
@zip -r $(PACK).zip $(PACK)

wpack: $(WOF) $(EOT)
Expand All @@ -101,7 +101,7 @@ dist: $(OTF) $(TTF)
@cp $(WOF) $(EOT) $(DIST)/$(WEB)
@cp $(PDF) $(SPEC)/Specimen.pdf $(DIST)/$(SPEC)
@cp $(SCRIPT) $(DIST)/tools
@cp Makefile README.markdown README.xelualatex COPYING $(DIST)
@cp Changes Makefile README.markdown README.xelualatex COPYING $(DIST)
@zip -r $(DIST).zip $(DIST)

cleanpack:
Expand Down

0 comments on commit 50b6aa7

Please sign in to comment.