Skip to content

Commit 1476832

Browse files
committed
man is dumb
1 parent 0cf6c47 commit 1476832

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,14 @@ install(
346346
FILES
347347
man/cvflist.1
348348
man/cvftest.1
349-
man/dmsdosfsck.8
350349
man/dutil.1
351350
man/mcdmsdos.1
352351
DESTINATION
353-
${CMAKE_INSTALL_MANDIR}
352+
${CMAKE_INSTALL_MANDIR}/man1
353+
)
354+
install(
355+
FILES
356+
man/dmsdosfsck.8
357+
DESTINATION
358+
${CMAKE_INSTALL_MANDIR}/man8
354359
)

0 commit comments

Comments
 (0)