Skip to content

Commit

Permalink
fix indentation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Jul 14, 2019
1 parent 832a727 commit 65a0f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fonts/OTF/TeX/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ woff2: woff
@for file in `ls ttf/*.ttf | $(SED) 's|ttf/\(.*\)\.ttf|\1|'`; do \
echo "Generating $$file.woff2..."; \
$(WOFF2) ttf/$$file.ttf; \
done
done

mkdir -p woff2
rm -f woff2/*
Expand Down

0 comments on commit 65a0f68

Please sign in to comment.