Skip to content

Commit

Permalink
fix copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 22, 2024
1 parent bfe92cb commit b4faf96
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 @@ -160,7 +160,7 @@ uninstall: packages
doc:
$(SPHINXBUILD) -W "$(SPHINX_DOC_DIR)" "$(SPHINX_BUILD_DIR)"
$(DUNE) build $(DUNE_FLAGS) @doc
cp -rf $(DEFAULT_DIR)/_doc/_html/* $(SPHINX_BUILD_DIR)/API
cp -Rf $(DEFAULT_DIR)/_doc/_html/. $(SPHINX_BUILD_DIR)/API

html: doc
xdg-open $(SPHINX_BUILD_DIR)/index.html
Expand Down

0 comments on commit b4faf96

Please sign in to comment.