Skip to content

Commit

Permalink
Add dependency on all metapost files
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Nov 22, 2011
1 parent 360ffe2 commit 260e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ all: otf
otf: $(OTF)
doc: $(PDF)

$(NAME)-%.otf: $(SRC)/$(SRCNAME)-%.mp
$(NAME)-%.otf: $(SRC)/$(SRCNAME)-%.mp $(MP)
@echo "Building $@"
@$(FF) $< $@ $(VERSION)

Expand Down

0 comments on commit 260e0ed

Please sign in to comment.