Skip to content

Commit fc7b74c

Browse files
committed
Move man pages to man folder
1 parent 6ab4ba5 commit fc7b74c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ install(FILES data/com.github.paolostivanin.OTPClient.appdata.xml DESTINATION sh
195195
install(FILES src/ui/otpclient.ui DESTINATION share/otpclient)
196196
install(FILES src/ui/shortcuts.ui DESTINATION share/otpclient)
197197

198-
install(FILES otpclient.1.gz DESTINATION share/man/man1)
199-
install(FILES otpclient-cli.1.gz DESTINATION share/man/man1)
198+
install(FILES man/otpclient.1.gz DESTINATION share/man/man1)
199+
install(FILES man/otpclient-cli.1.gz DESTINATION share/man/man1)
200200

201201
install(FILES data/icons/icon_x16.png DESTINATION share/icons/hicolor/16x16/apps RENAME com.github.paolostivanin.OTPClient.png)
202202
install(FILES data/icons/icon_x24.png DESTINATION share/icons/hicolor/24x24/apps RENAME com.github.paolostivanin.OTPClient.png)
File renamed without changes.

otpclient.1.gz man/otpclient.1.gz

File renamed without changes.

0 commit comments

Comments
 (0)