Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonawalls committed Nov 6, 2017
2 parents 04faec6 + 8a026df commit 567ed2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ mirror/%.owl: $(SRC)
release: merge
cp $(ONT).owl $(RELEASEDIR) && cp imports/* $(RELEASEDIR)/imports

### only the imports you want to merge are in the imports directory and match the wilcard pattern below
IMPORTS_MERGE = $(patsubst %_import.owl, --input %_import.owl, $(wildcard imports/*_import.owl))
merge: $(ONT).owl
$(ROBOT) merge --input $< $(IMPORTS_MERGE) --output $<
$(ROBOT) merge --input $< --output $<

0 comments on commit 567ed2f

Please sign in to comment.