ports/math/deal.ii/files/patch-doc_CMakeLists.txt
Yuri Victorovich a44229b5cf New port: math/deal.ii: Finite element Differential Equations Analysis Library (DEAL)
The official name of the project is deal.II
2018-10-03 07:41:14 +00:00

21 lines
569 B
Text

--- doc/CMakeLists.txt.orig 2018-10-03 01:10:49 UTC
+++ doc/CMakeLists.txt
@@ -55,12 +55,12 @@ ENDIF(DEAL_II_COMPONENT_DOCUMENTATION)
# Always install a minimalistic README and LICENSE file:
#
-INSTALL(FILES
- ${CMAKE_SOURCE_DIR}/README.md
- ${CMAKE_SOURCE_DIR}/LICENSE
- DESTINATION ${DEAL_II_DOCREADME_RELDIR}
- COMPONENT library
- )
+#INSTALL(FILES
+# ${CMAKE_SOURCE_DIR}/README.md
+# ${CMAKE_SOURCE_DIR}/LICENSE
+# DESTINATION ${DEAL_II_DOCREADME_RELDIR}
+# COMPONENT library
+# )
#
# Add a dummy target to make documentation files known to IDEs.