Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed May 18, 2020
1 parent 43fa627 commit 9004688
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 @@ -5,7 +5,7 @@ CFDOCX=$(NPMBIN)/commonform-docx
JSON=$(NPMBIN)/json

GIT_TAG=$(shell (git diff-index --quiet HEAD && git describe --exact-match --tags 2>/dev/null | sed 's/v//'))
EDITION:=$(or $(EDITION),$(if $(GIT_TAG),$(GIT_TAG),Developmen Draft))
EDITION:=$(or $(EDITION),$(if $(GIT_TAG),$(GIT_TAG),Development Draft))

BUILD=build
TARGETS=$(addprefix $(BUILD)/,license.html license.docx license.pdf)
Expand Down

0 comments on commit 9004688

Please sign in to comment.