mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Move man pages to doc and install them.
The directory doc already exists and there does not seem a need to introduces docs as an additional source of documentation. With this change the doc layout is similar to opm-common and opm-simulators.
This commit is contained in:
parent
99462f6f68
commit
7e288e0ea4
@ -126,3 +126,6 @@ foreach(benchmark ${OPM_BENCHMARKS})
|
||||
install(TARGETS ${benchmark} DESTINATION bin)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
install(DIRECTORY doc/man1 DESTINATION ${CMAKE_INSTALL_MANDIR}
|
||||
FILES_MATCHING PATTERN "*.1")
|
||||
|
Loading…
Reference in New Issue
Block a user