mirror of
https://github.com/fmang/opustags.git
synced 2025-01-28 19:05:03 +01:00
substitute the @-markers in the man page
This commit is contained in:
parent
a043e74e14
commit
af61b01448
@ -30,6 +30,7 @@ target_link_libraries(opustags libopustags)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(TARGETS opustags DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
install(FILES opustags.1 DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
|
||||
configure_file(opustags.1 . @ONLY)
|
||||
install(FILES "${CMAKE_BINARY_DIR}/opustags.1" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
|
||||
|
||||
add_subdirectory(t)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH opustags 1 "November 2018" "@PROJECT_NAME@ @PROJECT_VERSION"
|
||||
.TH opustags 1 "November 2018" "@PROJECT_NAME@ @PROJECT_VERSION@"
|
||||
.SH NAME
|
||||
opustags \- Opus comment editor
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user