From c2b83e23963226ce976fc29a274bd775882570ff Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 18 Feb 2023 22:20:28 +0100 Subject: [PATCH] Updated the clang-uml build path after cmake refactor --- Makefile | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88d266db..033da801 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ document_test_cases: test_plantuml clanguml_diagrams: debug mkdir -p docs/diagrams - debug/clang-uml + debug/src/clang-uml plantuml -tsvg -nometadata docs/diagrams/*.puml python3 util/format_svg.py docs/diagrams/*.svg diff --git a/docs/installation.md b/docs/installation.md index 7c69eadd..0ba4239c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -68,7 +68,7 @@ git clone https://github.com/bkryza/clang-uml cd clang-uml # Please note that top level Makefile is just a convenience wrapper for CMake make release -release/clang-uml --help +release/src/clang-uml --help # To build using a specific installed version of LLVM use: LLVM_VERSION=14 make release