Skip to content

Commit c033219

Browse files
authored
Fix ontology Makefile duplicate and wording issues
1 parent 35f1e58 commit c033219

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ontology/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OTHER_SRC = $(COMPONENTSDIR)/metpo_sheet.owl
5757
ONTOLOGYTERMS = $(TMPDIR)/ontologyterms.txt
5858
EDIT_PREPROCESSED = $(TMPDIR)/$(ONT)-preprocess.owl
5959

60-
FORMATS = $(sort owl obo json owl)
60+
FORMATS = $(sort owl obo json)
6161
FORMATS_INCL_TSV = $(sort $(FORMATS) tsv)
6262
RELEASE_ARTEFACTS = $(sort $(ONT)-base $(ONT)-full )
6363

@@ -82,7 +82,7 @@ all_odk: odkversion config_check test custom_reports all_assets
8282
test: odkversion reason_test sparql_test robot_reports $(REPORTDIR)/validate_profile_owl2dl_$(ONT).owl.txt
8383
echo "Finished running all tests successfully."
8484

85-
.PHONY: test
85+
.PHONY: test_fast
8686
test_fast:
8787
$(MAKE_FAST) test
8888

@@ -449,7 +449,7 @@ $(MIRRORDIR)/%.owl: mirror-% | $(MIRRORDIR)
449449

450450
else # MIR=false
451451
$(MIRRORDIR)/%.owl:
452-
@echo "Not refreshing $@ because the mirrorring pipeline is disabled (MIR=$(MIR))."
452+
@echo "Not refreshing $@ because the mirroring pipeline is disabled (MIR=$(MIR))."
453453
endif
454454

455455

@@ -650,7 +650,7 @@ Imports management:
650650

651651
Editor utilities:
652652
* validate_idranges: Make sure your ID ranges file is formatted correctly
653-
* normalize_src: Load and save your metpo-edit file after you to make sure its serialised correctly
653+
* normalize_src: Load and save your metpo-edit file after editing to make sure it's serialised correctly
654654
* explain_unsat: If you have unsatisfiable classes, this command will create a markdown file (tmp/explain_unsat.md) which will explain all your unsatisfiable classes
655655
* validate-all-tsv: Check all your tsv files for possible problems in syntax. Use ALL_TSV_FILES variable to list files
656656
* validate-tsv: Check a tsv file for syntactic problems with tsvalid. Use TSV variable to pass filepath, e.g. make TSV=../my.tsv validate-tsv.

0 commit comments

Comments
 (0)