mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
7be97a1bb4
Release notes: http://www.yacas.org/release_1_5_0/
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
--- docs/CMakeLists.txt.orig 2016-05-10 08:39:04 UTC
|
|
+++ docs/CMakeLists.txt
|
|
@@ -38,6 +38,6 @@ add_custom_target(yacas_docs ALL
|
|
COMMENT "Building HTML documentation with Sphinx")
|
|
|
|
install (DIRECTORY "${SPHINX_SINGLEHTML_DIR}"
|
|
- DESTINATION share/yacas/documentation
|
|
+ DESTINATION ${DOCSDIR}
|
|
COMPONENT doc
|
|
PATTERN ".buildinfo" EXCLUDE)
|