projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f536a
)
manual: install manual conversion result files generated by cmake
author
Gerhard Sittig
<gerhard.sittig@gmx.net>
Sun, 14 Oct 2018 13:54:56 +0000
(15:54 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 27 Oct 2018 19:25:22 +0000
(21:25 +0200)
Install the (optionally generated) HTML and PDF manual files. Absence of
the files is non-fatal.
manual/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/manual/CMakeLists.txt
b/manual/CMakeLists.txt
index 47e6fdda4b9d41667d6f4b740cbbaf81edb1b9dc..bdbd6c916d5e18c4b30d2e790bbcb7e99576690a 100644
(file)
--- a/
manual/CMakeLists.txt
+++ b/
manual/CMakeLists.txt
@@
-51,3
+51,10
@@
add_custom_target(manual-pdf
)
add_custom_target(manual)
add_dependencies(manual manual-html manual-pdf)
+
+install(
+ FILES ${MANUAL_OUT_HTML} ${MANUAL_OUT_PDF}
+ DESTINATION "share/doc/pulseview"
+ PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
+ OPTIONAL
+)