diff options
| author | Takahiro Ueda <tueda@users.noreply.github.com> | 2021-01-06 05:37:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 12:37:19 -0800 |
| commit | 41e5b0815fe7dd3604e92799a791a64642cea399 (patch) | |
| tree | 54af56e1868cf7a5535e40e103990b2457a252e4 /docs | |
| parent | c56288338472085ce81e55838aca23a317fcefc0 (diff) | |
| download | vcpkg-41e5b0815fe7dd3604e92799a791a64642cea399.tar.gz vcpkg-41e5b0815fe7dd3604e92799a791a64642cea399.zip | |
[docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (#15419)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_build_make.md | 2 | ||||
| -rw-r--r-- | docs/maintainers/vcpkg_build_nmake.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/maintainers/vcpkg_build_make.md b/docs/maintainers/vcpkg_build_make.md index 892448b40..fe96304e2 100644 --- a/docs/maintainers/vcpkg_build_make.md +++ b/docs/maintainers/vcpkg_build_make.md @@ -38,7 +38,7 @@ Additional subdir to invoke make in. Useful if only parts of a port should be bu ## Notes: This command should be preceeded by a call to [`vcpkg_configure_make()`](vcpkg_configure_make.md). -You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your CMake script supports the +You can use the alias [`vcpkg_install_make()`](vcpkg_install_make.md) function if your makefile supports the "install" target ## Examples diff --git a/docs/maintainers/vcpkg_build_nmake.md b/docs/maintainers/vcpkg_build_nmake.md index 337269eeb..a68ae91d8 100644 --- a/docs/maintainers/vcpkg_build_nmake.md +++ b/docs/maintainers/vcpkg_build_nmake.md @@ -64,7 +64,7 @@ Adds the appropriate Release and Debug `bin\` directories to the path during the ## Notes: This command should be preceeded by a call to [`vcpkg_configure_nmake()`](vcpkg_configure_nmake.md). -You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your CMake script supports the +You can use the alias [`vcpkg_install_nmake()`](vcpkg_install_nmake.md) function if your makefile supports the "install" target ## Examples |
