Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Dec 12, 2023
1 parent e638833 commit 1c3c89f
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 @@ -174,7 +174,7 @@ generate-html-docs-from-rdf: get-widoco
@java -jar widoco/widoco.jar -ontFile ${WIDOCO_RDF_INPUT_FILE_PATH} -outFolder ${WIDOCO_OUTPUT_FOLDER_PATH} -getOntologyMetadata -uniteSections -webVowl

generate-respec:
@jinja -d ${RESPEC_INPUT_JSON_PATH} respec_resources/respec-template.j2 -o ${RESPEC_OUTPUT_FILE_PATH}
@jinja -d ${RESPEC_INPUT_JSON_PATH} respec-resources/respec-template.j2 -o ${RESPEC_OUTPUT_FILE_PATH}

SHELL=/bin/bash -o pipefail
BUILD_PRINT = \e[1;34mSTEP:
Expand Down

0 comments on commit 1c3c89f

Please sign in to comment.