Skip to content

Commit

Permalink
install man page by default
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
fabiangreffrath committed Nov 8, 2023
1 parent 92ce281 commit 1870910
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,10 @@ if(NOT FAAD_BUNDLED_MODE AND NOT MSVC)
FILES ${CMAKE_CURRENT_BINARY_DIR}/include/neaacdec.h
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)

install(
FILES frontend/faad.man
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
RENAME faad.1
)
endif() # FAAD_BUNDLED_MODE

0 comments on commit 1870910

Please sign in to comment.