Renames doc to docs. (#6)

This now matches the readthedocs.org getting started guide.
master
Damon Kohler 2016-08-23 17:22:04 +02:00 committed by GitHub
parent a2533cd75e
commit 6bb6236ebb
4 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ find_package(Protobuf REQUIRED)
# Only build the documentation if we can find Sphinx. # Only build the documentation if we can find Sphinx.
find_package(Sphinx) find_package(Sphinx)
if(SPHINX_FOUND) if(SPHINX_FOUND)
add_subdirectory("doc") add_subdirectory("docs")
endif() endif()
set(GMOCK_SRC_DIR "/usr/src/gmock" CACHE STRING "Path to google-mock sources.") set(GMOCK_SRC_DIR "/usr/src/gmock" CACHE STRING "Path to google-mock sources.")

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc/html") set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/docs/html")
add_custom_target(build_doc ALL add_custom_target(build_doc ALL
${SPHINX_EXECUTABLE} -b html ${SPHINX_EXECUTABLE} -b html