Skip to content

Commit

Permalink
Merge pull request #1231 from henryso/fix-1230
Browse files Browse the repository at this point in the history
Corrected recursive definition of TTF_ALL.
  • Loading branch information
rpspringuel authored Sep 24, 2016
2 parents fac0912 + dce4d6e commit 5c7f5e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fonts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ TTF_GRANAPADANO = granapadano.ttf granapadano-hollow.ttf granapadano-hole.ttf
TTF_GRANAPADANO_OP = granapadano-op.ttf granapadano-op-hollow.ttf granapadano-op-hole.ttf
TTF_EXTRA = greextra.ttf gregall.ttf gresgmodern.ttf
TTF_ALL = $(TTF_GRECILIAE) $(TTF_GRECILIAE_OP) $(TTF_GREGORIO) \
$(TTF_GREGORIO_OP) $(TTF_GRANAPADANO) $(TTF_GRANAPADANO_OP) \
$(TTF_ALL)
$(TTF_GREGORIO_OP) $(TTF_GRANAPADANO) $(TTF_GRANAPADANO_OP)
SOURCEFILES = gregorio-base.sfd granapadano-base.sfd greciliae-base.sfd \
greextra.sfd gregall.sfd gresgmodern.sfd

Expand Down

0 comments on commit 5c7f5e0

Please sign in to comment.