Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Makefile incorrect for hb-subset #123

Description

@MattMatic

The current makefile tries to call hb-subset with the same source filename and destination filename.

On WSL Ubuntu, this produces a "Bus error".

Changed the release: first two lines to:
hb-subset --unicodes='*' --name-IDs='*' $(FINAL_FONT) --layout-features="*" -o $(FINAL_FONT).sub
. venv/bin/activate; ttfautohint $(FINAL_FONT).sub $(FINAL_FONT).autohint

So that the subsetted font is saved with extension .sub.

This is part of a broader issue that cannot build release Gulzar to match

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions