Skip to content

Commit 64d12f1

Browse files
committed
Add rule to make lang .obo files
Currently needed for OBO tree on disease-ontology.org.
1 parent 0ee73d6 commit 64d12f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,10 @@ $(DOLANG)-%.owl build/translations/%.owl: $(DO).owl \
921921
--output $(DOLANG)-$*.owl
922922
@echo "Created $(DOLANG)-$*.owl"
923923

924+
$(DOLANG)-%.obo: $(DOLANG)-%.owl | check_robot
925+
$(call build_obo,$@,$<,"$(RELEASE_PREFIX)translations/$(notdir $@)","$(OBO)doid/translations/$(notdir $(basename $@))")
926+
@echo "Created $@"
927+
924928
# ----------------------------------------
925929
# DOID-INTERNATIONAL
926930
# ----------------------------------------

0 commit comments

Comments
 (0)