Skip to content

Commit

Permalink
[docs] fix "CMake script" -> "makefile" for vcpkg_(n)build_make (micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda authored Jan 5, 2021
1 parent c562883 commit 41e5b08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/maintainers/vcpkg_build_make.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/maintainers/vcpkg_build_nmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_build_make.cmake
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_build_nmake.cmake
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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
Expand Down

0 comments on commit 41e5b08

Please sign in to comment.