Skip to content

Commit

Permalink
Merge pull request #68 from LocutusOfBorg/patch-1
Browse files Browse the repository at this point in the history
Moving into -doc directory, the best location for a doxygen documentation directory
  • Loading branch information
Alan Wright committed Jul 10, 2014
2 parents c9ba42c + 8f2bb90 commit 7741f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Lucene++Docs.cmake
Expand Up @@ -142,7 +142,7 @@ IF (ENABLE_DOCS)

#install HTML pages if they were built
IF ( DOCS_HTML AND NOT WIN32 )
INSTALL(DIRECTORY "${PROJECT_BINARY_DIR}/doc/html/" DESTINATION share/doc/lucene++/html)
INSTALL(DIRECTORY "${PROJECT_BINARY_DIR}/doc/html/" DESTINATION share/doc/lucene++-doc/html)
ENDIF ( DOCS_HTML AND NOT WIN32 )

#install man pages if they were built
Expand Down

0 comments on commit 7741f9e

Please sign in to comment.