update 1.8.11

This commit is contained in:
Than Ngo 2016-01-15 18:13:27 +01:00
parent 3b835434d3
commit 5bec85c208
3 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ doxygen-1.7.1.src.tar.gz
/doxygen-1.8.8.src.tar.gz
/doxygen-1.8.9.1.src.tar.gz
/doxygen-1.8.10.src.tar.gz
/doxygen-1.8.11.src.tar.gz

View File

@ -0,0 +1,24 @@
diff -up doxygen-1.8.11/doc/CMakeLists.txt.config doxygen-1.8.11/doc/CMakeLists.txt
--- doxygen-1.8.11/doc/CMakeLists.txt.config 2016-01-13 16:15:27.037734714 +0100
+++ doxygen-1.8.11/doc/CMakeLists.txt 2016-01-13 17:04:21.374801922 +0100
@@ -169,17 +169,17 @@ install(FILES
"${PROJECT_BINARY_DIR}/man/doxywizard.1"
"${PROJECT_BINARY_DIR}/man/doxysearch.1"
"${PROJECT_BINARY_DIR}/man/doxyindexer.1"
- DESTINATION share/man/man1
+ DESTINATION "${MAN_INSTALL_DIR}"
)
install(FILES
"${PROJECT_BINARY_DIR}/latex/doxygen_manual.pdf"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}"
+ DESTINATION "${DOC_INSTALL_DIR}"
)
install(DIRECTORY
"${PROJECT_BINARY_DIR}/html"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}"
+ DESTINATION "${DOC_INSTALL_DIR}"
)
endif(build_doc)

View File

@ -1,2 +1,3 @@
1a84da877450422c5fc49e525c546cd4 doxywizard.png
79767ccd986f12a0f949015efb5f058f doxygen-1.8.10.src.tar.gz
f4697a444feaed739cfa2f0644abc19b doxygen-1.8.11.src.tar.gz