
JSON_SRC = index.orig-v25.4.json

json::
	sh replace_english-const-names.sh $(JSON_SRC) --bootes-only > modern.json.tmp0
	sh replace_const-lines.sh modern.json.tmp0 constellationship.fab > modern.json.tmp1
	sh replace_asterism.sh modern.json.tmp1 asterism_lines.json.src.txt > modern.json
	sh replace_id.sh modern.json japanese_default-art > japanese_default-art.json
	sh replace_id.sh modern.json japanese_misato-art > japanese_misato-art.json

table::
	sh output_native-english-table.sh $(JSON_SRC) > native-english-table.utf-8.txt

show_diff::
	diff -u $(JSON_SRC) modern.json

