diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-25 07:32:34 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-25 07:32:34 +0000 |
commit | 5b6aee2dbf63b15224061640c6ac0f8d3aa5f263 (patch) | |
tree | 6f0df8bb7f0fb889772bcfd76c7147bebce1f00e /unix/vncpasswd/CMakeLists.txt | |
parent | e66060d1c3d2c67f096c1c34533f351fa7505e70 (diff) | |
download | tigervnc-5b6aee2dbf63b15224061640c6ac0f8d3aa5f263.tar.gz tigervnc-5b6aee2dbf63b15224061640c6ac0f8d3aa5f263.zip |
Rename man pages to .1 when installing
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4553 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncpasswd/CMakeLists.txt')
-rw-r--r-- | unix/vncpasswd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncpasswd/CMakeLists.txt b/unix/vncpasswd/CMakeLists.txt index f31c936a..77640caa 100644 --- a/unix/vncpasswd/CMakeLists.txt +++ b/unix/vncpasswd/CMakeLists.txt @@ -6,4 +6,4 @@ add_executable(vncpasswd target_link_libraries(vncpasswd tx rfb rdr os) install(TARGETS vncpasswd DESTINATION bin) -install(FILES vncpasswd.man DESTINATION man/man1) +install(FILES vncpasswd.man DESTINATION man/man1 RENAME vncpasswd.1) |