We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf6c47 commit 1476832Copy full SHA for 1476832
1 file changed
CMakeLists.txt
@@ -346,9 +346,14 @@ install(
346
FILES
347
man/cvflist.1
348
man/cvftest.1
349
- man/dmsdosfsck.8
350
man/dutil.1
351
man/mcdmsdos.1
352
DESTINATION
353
- ${CMAKE_INSTALL_MANDIR}
+ ${CMAKE_INSTALL_MANDIR}/man1
+)
354
+install(
355
+ FILES
356
+ man/dmsdosfsck.8
357
+ DESTINATION
358
+ ${CMAKE_INSTALL_MANDIR}/man8
359
)
0 commit comments