mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 10:55:16 +00:00
734788df4a
Representation is a completely unrelated step during YAML dump. The correct name is "Construction".
10 lines
278 B
Makefile
10 lines
278 B
Makefile
headersdir = $(ERLANG_INSTALL_LIB_DIR_yaml)/include
|
|
|
|
nobase_dist_headers_DATA = yaml_types.hrl \
|
|
yaml_errors.hrl \
|
|
yaml_tokens.hrl \
|
|
yaml_nodes.hrl \
|
|
yaml_nodes_yakaz.hrl \
|
|
internal/yaml_parser.hrl \
|
|
internal/yaml_constr.hrl
|