diff options
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index db8bb9c1..00000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -file( GLOB _man_files *.1 ) -if( _man_files ) - INSTALL( - FILES ${_man_files} - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc - ) -endif() - |