diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-07-26 10:00:47 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-07-26 10:00:47 (GMT) |
commit | 195dfb06fe4c52acbf730b39592c42094bf65a2c (patch) | |
tree | 74d90128288621444e3fa3977e64f60e4d9f5505 /doc | |
parent | b8f97f08fa69d8ac1bd62151737071fb42990813 (diff) | |
parent | 95d28153779810dc95afafa38ed838f32516a1f4 (diff) | |
download | Doxygen-195dfb06fe4c52acbf730b39592c42094bf65a2c.zip Doxygen-195dfb06fe4c52acbf730b39592c42094bf65a2c.tar.gz Doxygen-195dfb06fe4c52acbf730b39592c42094bf65a2c.tar.bz2 |
Merge pull request #361 from groleo/man-path
doc: put man pages under share/man/man1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 709121e..3279b83 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -173,7 +173,7 @@ install(FILES "${PROJECT_BINARY_DIR}/man/doxywizard.1" "${PROJECT_BINARY_DIR}/man/doxysearch.1" "${PROJECT_BINARY_DIR}/man/doxyindexer.1" - DESTINATION man/man1 + DESTINATION share/man/man1 ) install(FILES |