glyph-names 0.2.0

Mapping of characters to glyph names according to the Adobe Glyph List Specification
Documentation
1
2
3
4
5
6
7
8
9
# NOTE: This Makefile must remain compatible with BSD make and GNU make

all: src/aglfn_names.rs

# Produces src/aglfn_names.rs and src/aglfn.rs
src/aglfn_names.rs: agl-aglfn/aglfn.txt aglfn.awk
	sort agl-aglfn/aglfn.txt | awk -f aglfn.awk
	cargo fmt