aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 22:38:02 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 22:38:02 +0100
commit1da7f233f0f7eb8fe8b145fe9a50051d7b95a200 (patch)
tree464586b31d9330b166c8e46dcdcde4e87dc1dc84
parentdcf7ee073681c60a396262e54d39017ab4335b6f (diff)
downloadlibeufin-1da7f233f0f7eb8fe8b145fe9a50051d7b95a200.tar.gz
libeufin-1da7f233f0f7eb8fe8b145fe9a50051d7b95a200.tar.bz2
libeufin-1da7f233f0f7eb8fe8b145fe9a50051d7b95a200.zip
open is not good for CI/CD
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e0efa78..81428e84 100644
--- a/Makefile
+++ b/Makefile
@@ -129,4 +129,5 @@ testbench: install-nobuild-bank-files install-nobuild-nexus-files
.PHONY: doc
doc:
./gradlew dokkaHtmlMultiModule
- open build/dokka/htmlMultiModule/index.html
+ echo "Open build/dokka/htmlMultiModule/index.html"
+