Skip to content

Commit

Permalink
Set IRI in generic OBO lang rule (was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbaron committed Jan 31, 2025
1 parent ef950bf commit 47f0607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ $(DOLANG)-merged-%.owl: $(DOLANG)-%.owl | check_robot
# ----------------------------------------

$(DOLANG)-%.obo: $(DOLANG)-%.owl | check_robot
$(call build_obo,$@,$<,"$(RELEASE_PREFIX)translations/$(notdir $@)","")
$(call build_obo,$@,$<,"$(RELEASE_PREFIX)translations/$(notdir $@)","$(OBO)doid/translations/$(notdir $(basename $@))")
@echo "Created $@"

$(DOLANG)-%.json: $(DOLANG)-%.owl | check_robot
Expand Down

0 comments on commit 47f0607

Please sign in to comment.