Brought the manual and API docs together under the same heading in Visual Studio.

This commit is contained in:
David Williams
2012-09-28 13:54:27 +02:00
parent a32049a5d2
commit 4b63c34305
10 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ if(SPHINXBUILD_EXECUTABLE)
COMMENT "Building PolyVox manual"
)
add_dependencies(manual doc)
SET_PROPERTY(TARGET manual PROPERTY FOLDER "documentation")
SET_PROPERTY(TARGET manual PROPERTY FOLDER "Documentation/Manual")
else()
if(NOT SPHINXBUILD_EXECUTABLE)
message(STATUS "`sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its location.")