Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Feb 14, 2024
1 parent 075cb58 commit 34e81c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ ontology.zip
ontology/ontology.ttl.backup

.hugo_build.lock

ontology
oda-hub.github.io
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@
[submodule "themes/hugo-notice"]
path = themes/hugo-notice
url = https://github.com/martignoni/hugo-notice.git
[submodule "ontology"]
path = ontology
url = https://github.com/oda-hub/ontology/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ontology-from-webprotege:


ontology/ontology.ttl: .FORCE
git clone https://github.com:oda-hub/ontology/
< ontology/ontology.ttl sed 's/owl:versionIRI ".*"/owl:versionIRI "'$(shell cd ontology; git describe --always --tags)'"/' > ontology/ontology-versionned.ttl
mv -fv ontology/ontology-versionned.ttl ontology/ontology.ttl
# (cd ontology; git commit -a -m "update version"; git push)
Expand Down
1 change: 0 additions & 1 deletion ontology
Submodule ontology deleted from e50bcc

0 comments on commit 34e81c8

Please sign in to comment.