Skip to content

Commit

Permalink
Revert cbda7d8 "build: Revert 464bc16."
Browse files Browse the repository at this point in the history
In-tree builds are no longer allowed, so deleting build/docs/ is
harmless

ref 53eddb8
  • Loading branch information
bfredl committed Sep 17, 2017
1 parent 9d6bac3 commit 0b1904d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ foreach(DF ${DOCFILES})
endforeach()

add_custom_target(helptags
COMMAND ${CMAKE_COMMAND} -E remove_directory ${GENERATED_RUNTIME_DIR}/doc
COMMAND ${CMAKE_COMMAND} -E copy_directory
${PROJECT_SOURCE_DIR}/runtime/doc ${GENERATED_RUNTIME_DIR}/doc
COMMAND "${PROJECT_BINARY_DIR}/bin/nvim"
Expand Down

0 comments on commit 0b1904d

Please sign in to comment.