Skip to content

Commit c6b96d1

Browse files
committed
Changed to updated manual.
1 parent b240149 commit c6b96d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (UNIX)
6767
)
6868
# Manual and example
6969
install(FILES
70-
${CMAKE_SOURCE_DIR}/manual/manual-201310.pdf
70+
${CMAKE_SOURCE_DIR}/manual/manual.pdf
7171
DESTINATION share/${CMAKE_PROJECT_NAME}/doc
7272
COMPONENT manual
7373
RENAME manual.pdf
@@ -83,7 +83,7 @@ elseif (WIN32)
8383
)
8484
# Manual and example
8585
install(FILES
86-
${CMAKE_SOURCE_DIR}/manual/manual-201310.pdf
86+
${CMAKE_SOURCE_DIR}/manual/manual.pdf
8787
DESTINATION doc
8888
COMPONENT manual
8989
RENAME manual.pdf

0 commit comments

Comments
 (0)