Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
251bca26
Commit
251bca26
authored
May 31, 2016
by
Lynn Garren
Browse files
install documents in share/doc/CLHEP
parent
9f7b4491
Changes
4
Show whitespace changes
Inline
Side-by-side
Exceptions/doc/CMakeLists.txt
View file @
251bca26
...
@@ -15,4 +15,4 @@ INSTALL (FILES ex-design-1
...
@@ -15,4 +15,4 @@ INSTALL (FILES ex-design-1
reply-pcanal-2
reply-pcanal-2
whyZMthrowRethrows.txt
whyZMthrowRethrows.txt
ZMthrow_event_sequence.txt
ZMthrow_event_sequence.txt
DESTINATION
doc
/Exceptions
)
DESTINATION
share/doc/CLHEP
/Exceptions
)
Random/doc/CMakeLists.txt
View file @
251bca26
...
@@ -5,4 +5,4 @@ INSTALL (FILES Random.html
...
@@ -5,4 +5,4 @@ INSTALL (FILES Random.html
JamesRandomSeeding.txt
JamesRandomSeeding.txt
html/CLHEP-random.html
html/CLHEP-random.html
html/onSavingRandomStates.html
html/onSavingRandomStates.html
DESTINATION
doc
/Random
)
DESTINATION
share/doc/CLHEP
/Random
)
Vector/doc/CMakeLists.txt
View file @
251bca26
...
@@ -9,5 +9,5 @@ clhep_latex( Vector VectorDefs )
...
@@ -9,5 +9,5 @@ clhep_latex( Vector VectorDefs )
INSTALL
(
FILES keyMergeIssues.doc
INSTALL
(
FILES keyMergeIssues.doc
merge-details.doc
merge-details.doc
minorMergeIssues.doc
minorMergeIssues.doc
DESTINATION
doc
/Vector
)
DESTINATION
share/doc/CLHEP
/Vector
)
cmake/Modules/ClhepBuildTex.cmake
View file @
251bca26
...
@@ -39,7 +39,7 @@ IF(PDFLATEX_COMPILER)
...
@@ -39,7 +39,7 @@ IF(PDFLATEX_COMPILER)
)
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
main_tex_file
}
.pdf
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
main_tex_file
}
.pdf
DESTINATION
doc
/
${
package
}
)
DESTINATION
share/doc/CLHEP
/
${
package
}
)
ENDIF
(
PDFLATEX_COMPILER
)
ENDIF
(
PDFLATEX_COMPILER
)
endmacro
(
clhep_latex
)
endmacro
(
clhep_latex
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment