Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Mar 8, 2024
1 parent ae0dd16 commit c131e56
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 @@ -188,7 +188,7 @@ gendoc: $(DOCDIR)
cp $(DEST)/shex/information_resource_registry.shex $(DOCDIR)/information_resource_registryn.shex ; \
cp $(DEST)/shacl/information_resource_registry.shacl.ttl $(DOCDIR)/information_resource_registry.shacl.ttl ; \
cp infores_catalog.yaml $(DOCDIR) ; \
cp $(SRC)/schema/information_resource_registry/information_resource_registry.yaml $(DOCDIR) ; \
cp $(SRC)/information_resource_registry/schema/information_resource_registry.yaml $(DOCDIR) ; \
cp $(SRC)/docs/*md $(DOCDIR) ; \
cp -r $(SRC)/docs/images $(DOCDIR)/images ; \
# the .json cp here is the data required for the d3 visualizations
Expand Down

0 comments on commit c131e56

Please sign in to comment.