diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 12:05:09 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 12:14:28 +0100 |
commit | 1e5e1c0c0672de71ad0a9184da6e00929a195e48 (patch) | |
tree | 341091de343cb4f4b4601e475a83d0f2c358c86d /Makefile | |
parent | workflows/ci: add VS 2022 builds (diff) | |
download | winapi-utf8-1e5e1c0c0672de71ad0a9184da6e00929a195e48.tar.gz winapi-utf8-1e5e1c0c0672de71ad0a9184da6e00929a195e48.zip |
cmake: prefix the docs target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ xdg-open := $(shell command -v xdg-open 2> /dev/null) .PHONY: docs docs: - cmake --build '$(call escape,$(cmake_dir))' --target docs + cmake --build '$(call escape,$(cmake_dir))' --target winapi_utf8_docs ifndef CI ifdef xdg-open xdg-open '$(call escape,$(cmake_dir))/html/index.html' &> /dev/null |