Skip to content

Commit

Permalink
Merge pull request #179 from OP-TED/bug/floating-comment
Browse files Browse the repository at this point in the history
bug fix for widoco
  • Loading branch information
Dragos0000 authored Aug 9, 2023
2 parents 8c9d187 + 2f9b3d6 commit e2bc166
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 @@ -146,7 +146,7 @@ convert-to-rdf:
#make generate-html-docs-from-rdf WIDOCO_RDF_INPUT_FILE_PATH=../Documents/model2owl-2023/owl-core.rdf WIDOCO_OUTPUT_FOLDER_PATH=core-html
generate-html-docs-from-rdf: get-widoco
@echo ${WIDOCO_RDF_INPUT_FILE_PATH}
@java -jar widoco.jar -ontFile ${WIDOCO_RDF_INPUT_FILE_PATH} -outFolder ${WIDOCO_OUTPUT_FOLDER_PATH} -getOntologyMetadata -uniteSections -webVowl
@java -jar widoco/widoco.jar -ontFile ${WIDOCO_RDF_INPUT_FILE_PATH} -outFolder ${WIDOCO_OUTPUT_FOLDER_PATH} -getOntologyMetadata -uniteSections -webVowl

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

0 comments on commit e2bc166

Please sign in to comment.